SOLUTION: The sum of three integers is 353. The sum of the first and second integers exceeds the third by 63. The third integer is 51 less than the first. Find the three integers.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: The sum of three integers is 353. The sum of the first and second integers exceeds the third by 63. The third integer is 51 less than the first. Find the three integers.       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1032221: The sum of three integers is 353. The sum of the first and second integers exceeds the third by 63. The third integer is 51 less than the first. Find the three integers.


Found 4 solutions by josgarithmetic, Cromlix, stanbon, MathTherapy:
Answer by josgarithmetic(39620) About Me  (Show Source):
You can put this solution on YOUR website!
Description does not say "consecutive".

Let m, n, p be the three integers.

system%28m%2Bn%2Bp=353%2Cm%2Bn-p=63%2Cp=-51%2Bm%29

More than one way to solve. Do anyway you want.

system%28m%2Bn%2Bm-51=353%2Cm%2Bn-%28m-51%29=63%29

system%282m%2Bn=353%2B51%2Cn=63%2B51%29
highlight%28n=114%29.


2m%2Bn=404
2m=404-n
2m=404-114
m=202-57
highlight%28m=145%29


highlight%28p=4%29

Answer by Cromlix(4381) About Me  (Show Source):
You can put this solution on YOUR website!
Hi there,
The sum of three integers is 353.
x + y + z = 353........(1)
The sum of the first and second
integers exceeds the third by 63.
x + y = z + 63
Reorganize
x + y - z = 63.........(2)
The third integer is 51 less than
the first.
z = x - 51.............(3)
...................
Using Equations(1)and(2)
x + y + z = 353.....(1)
x + y - z = 63......(2)
Add
2x + 2y = 416......(4)
...........
Using Equation (3)
z = x - 51
substitute (x - 51) for z
in Equation (1)
x + y + z = 353.......(1)
x + y + (x - 51) = 353
x + y + x = 353 + 51
2x + y = 404.....(5)
Using Equations (4) and (5)
2x + 2y = 416 .....(4)
2x + y = 404.......(5)
Subtract:
y = 12.
Substitute y = 12 into
Equation (4)
2x + 2y = 416....(4)
2x +2(12) = 416
2x + 24 = 416
2x = 416 - 24
2x = 392
x = 196
Substitute y = 12 and
x = 196 into Equation (1)
x + y + z = 353.....(1)
196 + 12 + z = 353
z = 353 - 208
z = 145
x = 196, y = 12 and z = 145.
Hope this helps :-)

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The sum of three integers is 353. The sum of the first and second integers exceeds the third by 63. The third integer is 51 less than the first. Find the three integers.
----------------
a + b + c = 353
a+b = c + 63
c = a-51
---------------------------
Modify to get one variable::
c = a-51
b = -a + (a-51) + 63 = 12
a = a
---------------
Substitute and solve for "a"::
a + 12 + a-51 = 353
-----------------------------
2a - 39 = 353
2a = 392
--------------------
a = 196
b = 12
c = 196-51 = 145
---------------------
Cheers,
Stan H.
------------

Answer by MathTherapy(10555) About Me  (Show Source):
You can put this solution on YOUR website!

The sum of three integers is 353. The sum of the first and second integers exceeds the third by 63. The third integer is 51 less than the first. Find the three integers.
Let 1st, 2nd and 3rd integers be F, S, and T, respectively
We then get: F + S + T = 353 --------- eq(i)
Also, F + S = T + 63______F + S - T = 63 ------- eq (ii)
And, T = F - 51 ---------- eq (iii)
2T = 290 ------ Subtracting eq (ii) from eq (i)
T, or 3rd integer = 290%2F2, or highlight_green%28145%29
145 = F - 51 ------ Substituting 145 for T in eq (iii)
145 + 51 = F
F, or 1st integer = highlight_green%28196%29
196 + S + 145 = 353 ----- Substituting 196 for F, nd 145 for T in eq (i)
341 + S = 353
S = 353 - 341
S, or 2nd integer = highlight_green%2812%29