SOLUTION: The product of two consecutive even integers is 18 less than 9 times their sum. Find the two integers.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: The product of two consecutive even integers is 18 less than 9 times their sum. Find the two integers.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 632187: The product of two consecutive even integers is 18 less than 9 times their sum. Find the two integers.
Answer by dfrazzetto(283) About Me  (Show Source):
You can put this solution on YOUR website!

2n, 2n+2
(2n)(2n+2) = 9(2n+2n+2) - 18
4n^2 + 4n = 9(4n + 2) - 18
4n^2 + 4n = 36n + 18 - 18
4n^2 + 4n - 36n = 0
4n^2 - 32n = 0
4n(n - 8) = 0
n = 0, 8
two sets of consecutive even integers:
{0,2}
{16,18}
check:
16*18 = 9(16+18) - 18
288 = 9(34) - 18
288 = 306 - 18