document.write( "Question 964976: If the sum of three consecutive integers is 15 what is the largest of these three integers \n" ); document.write( "
Algebra.Com's Answer #589758 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
Three consecutive integers: n (smallest), n+1, n+2 (largest)
\n" ); document.write( "n+(n+1)+(n+2)=15
\n" ); document.write( "3n+3=15
\n" ); document.write( "3n=12
\n" ); document.write( "n=4
\n" ); document.write( "Largest=n+2=4+2=6 ANSWER: The largest of the three integers is 6.
\n" ); document.write( "
\n" );