Jason S. answered 05/07/19
Experienced Tutor and Teacher in Several Subjects
The question is asking for two numbers, so we need to designate two variables. In this example, I will use x and y. The first part of the problem states that the two numbers added together equals 47, so we write: x + y = 47. The second part says their difference is 25, so we subtract y from x to get 25, or x - y = 25.
How do we figure out our numbers? We use a system of equations, which are the two we created above:
x + y = 47
x - y = 25
The next step will be to eliminate one of the variables. We do this by finding how we can combine the equations to remove a variable. Since we have a positive and negative y in our equations, we simply add the two equations together.
x + y = 47
+ x - y = 25
The result is: x + x + y - y = 47 + 25, which simplifies to: 2x = 72. Dividing both sides by two gives us: x = 36.
The next step is to substitute our solution, 36, for x into one of the equations. We will use the first one: 36 + y = 47. Subtracting 36 from both sides gives us y = 11, so our final answer to the question is: 36 and 11.