document.write( "Question 228942: How would i find three consecutive integers who sum is 48? \n" ); document.write( "
Algebra.Com's Answer #169832 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
x+x+1+x+2=48
\n" ); document.write( "3x=45
\n" ); document.write( "x=15
\n" ); document.write( "x+1=16
\n" ); document.write( "x+2=17
\n" ); document.write( "
\n" );