document.write( "Question 720017: Find two positive consecutive even integers whose product is 8 more than 5 times the larger integer. \n" ); document.write( "
Algebra.Com's Answer #441622 by graphmatics(170)\"\" \"About 
You can put this solution on YOUR website!
Let 2*n be the first even integer. Then the next even integer is 2*n+2. 8 more than 5 times the larger integer is 5*(2*n+2)+8. As this is the product of the consecutive integers we have that
\n" ); document.write( "(2*n)*(2*n+2)=5*(2*n+2)+8
\n" ); document.write( "2^2*n^2+4*n=10*n+10+8
\n" ); document.write( "2^2*n^2-6*n-18=0
\n" ); document.write( "2*n^2-3*n-9=0
\n" ); document.write( "Let's try to factor this expression\r
\n" ); document.write( "\n" ); document.write( "(2*n+3)*(n-3)=0
\n" ); document.write( "we get n=-3/2 and n=3. We must want the integer 3 so our even integers must be 6 and 8. Check that they work in the first equation.
\n" ); document.write( "
\n" );