Question 68588This question is from textbook An Incremental Development
: Find three consecutive integers such that the product of the first and the third is 35 greaters than the product of the second and 5. This question is from textbook An Incremental Development
You can put this solution on YOUR website! X(X+2)=35+5(X+1)
X^2+2X=35+5X+5
X^2+2X-5X-35-5=0
X^2-3X-40=0
(X-8)(X+5)=0
X-8=0
X=8 ANSWER
PROOF
8*10=35+5(9)
80=35+45
80=80
--------------------------
X+5=0
X=-5 ANSWER
PROOF
-5*-3=35+5(-4)
15=35-20
15=15