29.4k views
4 votes
The sum of two numbers is twenty-five. One number is five less than the other.

User Bazo
by
3.9k points

2 Answers

2 votes

Answer:25,-5

Explanation:

The sum of two numbers is twenty-five. One number is five less than the other.-example-1
User Ralph Zhang
by
4.7k points
5 votes

Answer: x=15, y=10

*Note: x and y are only variables used to solve this problem, but know that the two numbers are 15 and 10.

Explanation:

For this problem, we can use system of equations. Let's use x for one number and y for the other.

First Equation:

x+y=25

We get this equation because it states that the sum of the two numbers is 25.

Second Equation:

y=x-5

We get this equation because it says one number (y) is 5 less than the other (x).

Since we have two equations, we can use substitution method to solve.


x+(x-5)=25 [distribute 1 to (x-5)]


x+x-5=25 [combine like terms]


2x-5=25 [add both sides by 5]


2x=30 [divide both sides by 2]


x=15

Now that we have x, we can plug it into any of the equations to find y.


x+y=25 [plug in x=15]


15+y=25 [subtract both sides by 15]


y=10

Finally, we have our answer, x=15 and y=10.

User Memento Mori
by
3.8k points