SOLUTION: find 3 consecutive odd numbers where the product of the smaller two numbers is 34 less than the squareof the largest number
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: find 3 consecutive odd numbers where the product of the smaller two numbers is 34 less than the squareof the largest number
Log On
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 325566
:
find 3 consecutive odd numbers where the product of the smaller two numbers is 34 less than the squareof the largest number
Answer by
mananth(16946)
(
Show Source
):
You can
put this solution on YOUR website!
let the numbers be x, x+2, x+4
x(x+2)=(x+4)^2-34
x^2+2x=X^2+8x+16-34
x^2+2x-x^2-8x=-18
-6x=-18
x=3
the numbers are 3, 5, 7