SOLUTION: consecutive integers . find three consecutive integers such that the sum of their square is 77
Algebra
->
Customizable Word Problem Solvers
->
Misc
-> SOLUTION: consecutive integers . find three consecutive integers such that the sum of their square is 77
Log On
Ad:
Over 600 Algebra Word Problems at edhelper.com
Word Problems: Miscellaneous Word Problems
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Miscellaneous Word Problems
Question 154672
:
consecutive integers . find three consecutive integers such that the sum of their square is 77
Answer by
ankor@dixie-net.com(22740)
(
Show Source
):
You can
put this solution on YOUR website!
The 3 consecutive integers: x, x+1, x+2
:
find three consecutive integers such that the sum of their squares is 77
x^2 + (x+1)^2 + (x+2)^2 = 77
FOIL
x^2 + (x^2 + 2x + 1) + (x^2 + 4x + 4) = 77
:
x^2 + x^2 + 2x + 1 + x^2 + 4x + 4 = 77;
Group like terms
x^2 + x^2 + x^2 + 2x + 4x + 1 + 4 = 77
:
3x^2 + 6x + 5 = 77
:
3x^2 + 6x + 5 - 77 = 0
:
3x^2 + 6x - 72 = 0
Simplify divide by 3
x^2 + 2x - 24 = 0
Factor
(x+6)(x-4) = 0
Two solutions:
x = -6 and x = +4
:
Our consecutive numbers:
-6, -5, -4
and
4, 5, 6