SOLUTION: Find three consecutive integers such that the product of the smallest and the largest is one less than 9 times the middle integer.
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Find three consecutive integers such that the product of the smallest and the largest is one less than 9 times the middle integer.
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 1004061
:
Find three consecutive integers such that the product of the smallest and the largest is one less than 9 times the middle integer.
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)
(x-1)(x+1) = 9x - 1
x^2 - 1 = 9x - 1
x^2 - 9x = 0
x(x - 9) = 0
x = 0, x = 9
The integers are {0, 1, 2} or {9, 10, 11}.