document.write( "Question 340792: Three consecutive even integers are such that the product of the first two is 6 less than 9 times the third. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #244120 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Here are the three consecutive integers: x, (x + 1), (x + 2).\r \n" ); document.write( "\n" ); document.write( "Here is your equation:\r \n" ); document.write( "\n" ); document.write( "x(x + 1) = 9(x + 2) - 6\r \n" ); document.write( "\n" ); document.write( "Can you take it from here? \n" ); document.write( " |