document.write( "Question 963075: find three consecutive even integers such that the product of the first and second is equal to two less than five times the third number \n" ); document.write( "
Algebra.Com's Answer #805546 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( "(x-2)(x) = 5(x+2) - 2 \n" ); document.write( "x^2 - 2x = 5x + 8 \n" ); document.write( "x^2 - 7x - 8 = 0 \n" ); document.write( "(x - 8)(x + 1) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is even, so x = 8.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 6, 8, and 10. \n" ); document.write( " |