SOLUTION: find two consecutive positive integers such that the square of the first decrease by 17 equals 4 times the second
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: find two consecutive positive integers such that the square of the first decrease by 17 equals 4 times the second
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 738339
:
find two consecutive positive integers such that the square of the first decrease by 17 equals 4 times the second
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive positive integers: x, (x+1)
x^2 - 17 = 4(x + 1)
x^2 - 17 = 4x + 4
x^2 - 4x - 21 = 0
(x - 7)(x + 3) = 0
x = 7, x = -3
The integers are positive, so the integers are 7 and 8.