document.write( "Question 817112: Find three consecutive even intergers such as the sum of the larger and twice the smaller is 62 less than five times the middle.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #806000 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) + 2(x-2) = 5x - 62 \n" ); document.write( "x+2 + 2x-4 = 5x - 62 \n" ); document.write( "3x - 2 = 5x - 62 \n" ); document.write( "60 = 2x \n" ); document.write( "x = 30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 28, 30, and 32. \n" ); document.write( " |