document.write( "Question 267013: find three consecutive integers such that the sum of the second and the third is eighty-eight more than one-third the smallest \n" ); document.write( "
Algebra.Com's Answer #196050 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
n+1+n+2=88+n/3
\n" ); document.write( "2n+3=88+n/3
\n" ); document.write( "2n-n/3=85
\n" ); document.write( "6n/3-1n/3=85
\n" ); document.write( "5n/3=85
\n" ); document.write( "n=51
\n" ); document.write( "51,52,53
\n" ); document.write( "
\n" );