Question 602468
Two consecutive positive integers such that the square of the second integer added to 4 times the first is equal to 28
---
1st: x
2nd: x+1
----
Equation:
(x+1)^2 + 4x = 28
x^2+2x+1 + 4x = 28
x^2+6x-27 = 0
Factor:
(x+9)(x-3) = 0
Positive solution:
1st: x = 3
2nd: x+1 = 4
=====================