document.write( "Question 1429: The sum of three consecutive positive integers is 246. Find the largest integer. \n" ); document.write( "
Algebra.Com's Answer #463 by DeepaEvangeline(15)\"\" \"About 
You can put this solution on YOUR website!
Let x, x+1 and x+2 be the three consecutive positive integers.\r
\n" ); document.write( "\n" ); document.write( "Sum of three consecutive integers is 246.\r
\n" ); document.write( "\n" ); document.write( "x + x+1 + x+2 = 246
\n" ); document.write( "3x + 3 = 246
\n" ); document.write( "3x = 246 - 3 = 243
\n" ); document.write( "x = 243/3 = 81\r
\n" ); document.write( "\n" ); document.write( "Therefore the three consecutive positive integers are 81, 81+1 and 81+2.
\n" ); document.write( "The largest integer is 83.
\n" ); document.write( "
\n" );