document.write( "Question 366363: the sum of three consecutiveintegers is 48. what is the set of three consecutive integers that fitsthis situation
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #261041 by mananth(16949) You can put this solution on YOUR website! let the integers be x, x+1, x+2 \n" ); document.write( ".. \n" ); document.write( "x+x+1+x+2=48 \n" ); document.write( "3x+3=48 \n" ); document.write( "add -3 \n" ); document.write( "3x=48-3 \n" ); document.write( "3x=45 \n" ); document.write( "/3 \n" ); document.write( "x=15 \n" ); document.write( ".. \n" ); document.write( "15,16,17 are the integers \n" ); document.write( ".. \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |