SOLUTION: The sum of three integers is 220. The sum of the first and second integers exceeds the third by 94. The third integer is 55 less than the first. Find the three integers.
Algebra ->
Customizable Word Problem Solvers
-> Evaluation
-> SOLUTION: The sum of three integers is 220. The sum of the first and second integers exceeds the third by 94. The third integer is 55 less than the first. Find the three integers.
Log On
Question 1116881: The sum of three integers is 220. The sum of the first and second integers exceeds the third by 94. The third integer is 55 less than the first. Find the three integers.
You can put this solution on YOUR website! ------------------------------------------------------------------------
The sum of three integers is 220. The sum of the first and second integers exceeds the third by 94. The third integer is 55 less than the first.
------------------------------------------------------------------------
Three integers, x,y,z
-
Look at the equation 2 and equation 3. They are equivalent to a single .
This means ; and you can probably deal with the rest.
Let x, y and z be the three integers, respectively.
Then first two parts of the condition gives you these two equations
x + y + z = 220, (1)
x + y - z = 94. (2)
Subtract eq(2) from eq(1). You will get
z - (-z) = 220 - 94 = 126 ====> 2z = 126 ====> z = = 63.
The third part of the condition says z = x - 55.
It is equivalent to x = z + 55, or x = 63 + 55 = 118.
Finally, from the equation (1), y = 220 - x - z = 220 - 118 - 63 = 39.
Answer. The three numbers are 118, 39 and 63.
Check. Check it on your own that all three conditions are satisfied.