123k views
1 vote
Pensé dos números. Si los sumo obtengo 20. Si al doble del primer número le sumo 35 obtengo el segundo. ¿ qué número pensé?

User Volod
by
8.2k points

1 Answer

1 vote
For this case, the first thing we must do is define variables:
x: first number
y: second number
We now write the system of equations:
x + y = 20
y = 2x + 35
Solving the system we have:
x = -5
y = 25
Answer:
The numbers are:
x = -5
y = 25
User MartinHaTh
by
8.3k points