document.write( "Question 827474: find the product of three consecutive even integers whose sum is 102
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #498717 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+x+2+x+4=102 \n" ); document.write( "3x=102-6 \n" ); document.write( "3x=96 \n" ); document.write( "x=32 \n" ); document.write( "x+2=34 \n" ); document.write( "x+4=36 \n" ); document.write( "----------- \n" ); document.write( "32*34*36=39,168 \n" ); document.write( " |