SOLUTION: What is the smallest of 3 consecutive positive integers if the product of the smaller two integers is 5 less than 5 times the largest
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: What is the smallest of 3 consecutive positive integers if the product of the smaller two integers is 5 less than 5 times the largest
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 708009
:
What is the smallest of 3 consecutive positive integers if the product of the smaller two integers is 5 less than 5 times the largest
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)
(x-1)(x) = 5(x+1) - 5
x^2 - x = 5x
x^2 - 6x = 0
x(x - 6) = 0
x = 0, x = 6
x is positive ---> integers: 5, 6, 7