SOLUTION: sum 3 consecutive integers is 15. find the largest number of these three numbers

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: sum 3 consecutive integers is 15. find the largest number of these three numbers      Log On


   



Question 1081072: sum 3 consecutive integers is 15. find the largest number of these three numbers
Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!

let first integer be x, second one is x%2B1, and third one is x%2B2
x%2B%28x%2B1%29%2B%28x%2B2%29=15
x%2Bx%2B1%2Bx%2B2=15
3x%2B3=15
3x=15-3
3x=12
highlight%28x=4%29->first integer
second one is x%2B1=4%2B1=highlight%285%29
and third one is x%2B2=4%2B2=highlight%286%29

check their sum:
x%2B%28x%2B1%29%2B%28x%2B2%29=15
4%2B5%2B6=15
15=15