document.write( "Question 968894: four times the first of three consecutive even integers is six more than the product of two and third integer. Find the integers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805712 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4(x-2) = 6 + x(x+2) \n" ); document.write( "4x - 8 = x^2 + 2x + 6 \n" ); document.write( "0 = x^2 - 2x + 14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The equation has no integer solutions. \n" ); document.write( " |