document.write( "Question 1101610: find three consecutive even integers whose sum is 132
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #716211 by amarjeeth123(574) ![]() You can put this solution on YOUR website! Let the three consecutive even integers be n-2,n and n+2. \n" ); document.write( "We have n-2+n+n+2=132 \n" ); document.write( "3n=132 \n" ); document.write( "n=44. \n" ); document.write( "The three consecutive even integers are 42,44 and 46. \n" ); document.write( " |