Question 988045
Find two consective even integers such that the Square of the second, decresed by the first, is 92
-------------
Use n-2 and n
---
n^2 - (n-2) = 92
n^2 - n - 90 = 0
(n - 10)*(n + 9) = 0
n = 10
--> 8 & 10
{{{10^2 - 8 = 92}}}