document.write( "Question 699093: Hello! I am a bit confused with this problem. PLEASE HELP ME.\r
\n" );
document.write( "\n" );
document.write( "find three consecutive even integers such that their sum decreased by the third is 82.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #431278 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! find three consecutive even integers \n" ); document.write( "x, (x+2, (x+4) \n" ); document.write( ": \n" ); document.write( "Just write what it says,\" such that their sum decreased by the third is 82. \n" ); document.write( "x + (x+2) + (x+4) - (x+4) = 82 \n" ); document.write( "2x + 2 = 82 \n" ); document.write( "2x = 82 - 2 \n" ); document.write( "2x = 80 \n" ); document.write( "x = 40 \n" ); document.write( "; \n" ); document.write( "Check: 40 + 42 + 44 - 44 = 82 \n" ); document.write( " |