SOLUTION: The sum of 2 numbers is 77. Their difference is 7. Find the 2 numbers

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: The sum of 2 numbers is 77. Their difference is 7. Find the 2 numbers       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 588550: The sum of 2 numbers is 77. Their difference is 7. Find the 2 numbers
Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
Let X and Y represent the two unknown numbers. Since we have two unknowns, we need two independent equations to solve for them.
.
The problem tells you that the sum of these two numbers equals 77. So let's write an equation that says that:
.
X + Y = 77
.
The problem also tells you that the difference between the two numbers is 7. Now let's write an equation that says that:
.
X - Y = 7
.
These are the two equations we need, and they will allow us to find values for X and Y. One of the ways we can solve a pair of equations such as this is by variable elimination. If we can add or subtract the two equations and in doing so one of the variables disappears, we can solve the new equations for the other variable. Let's write the equations one above the other like this:
.
X + Y = 77
X - Y = 7
.
Notice that if we add the two equations vertically that the +Y and the -Y cancel each other so they disappear. The X in the top equation adds to the X in the lower equation to give 2X and on the other sides of the two equations the 77 adds to the 7 to give 84. So after adding the two equations vertically we are left with a new equation:
.
2X = 84
.
We now solve for X by dividing both sides of this new equation by 2 to get:
.
X = 42
.
Next we can go back to either of the two original equations we wrote and in the one that we choose, we can substitute 42 for X and then solve for Y. Let's select the first of our two original equations:
.
X + Y = 77
.
Substitute 42 for X and this becomes:
.
42 + Y = 77
.
Solve for Y by subtracting 42 from both sides of this equation. When we do that the 42 on the left side disappears and we are left with:
.
Y = 77 - 42 = 35
.
That means that we know the two unknown numbers are 42 and 35. You can check to verify this by adding them to ensure that their total is 77 and then subtracting them to see that the difference is 7.
.
Hope this helps you to understand the problem a little more.