document.write( "Question 793567:  three times the largest of three comsecutive even integers is twenty-two more than the sum of the other two. find the integers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806142 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( "3(x+2) = 22 + (x-2 + x) \n" ); document.write( "3x+6 = 22 + 2x - 2 \n" ); document.write( "x = 14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 12, 14, and 16. \n" ); document.write( "  |