document.write( "Question 25063: Find three consecutive even numbers whose sum is negative seventy-two.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #13451 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! LET THE NUMBERS BE 2N,2N+2,2N+4 \n" ); document.write( "THEIR SUM IS \n" ); document.write( "2N+2N+2+2N+4=6N+6=-72 \n" ); document.write( "6N=-72-6=-78 \n" ); document.write( "N=-78/6=-13 \n" ); document.write( "HENCE THE NUMBERS ARE -26,-24,-22 \n" ); document.write( " |