document.write( "Question 312977: Find three consecutive positive even integers such that the product of the second and third
\n" );
document.write( "integers is twenty more than ten times the first integer. \n" );
document.write( "
Algebra.Com's Answer #223786 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Let x = first integer\r \n" ); document.write( "\n" ); document.write( "Let x + 2 = second integer\r \n" ); document.write( "\n" ); document.write( "Let x + 4 = third integer\r \n" ); document.write( "\n" ); document.write( "I will give you the equation and you can do the work.\r \n" ); document.write( "\n" ); document.write( "(x + 2)(x + 4) = 10x + 20\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |