document.write( "Question 1429: The sum of three consecutive positive integers is 246. Find the largest integer. \n" ); document.write( "
Algebra.Com's Answer #471 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Let x-1, x and x+1 be the three consecutive positive integers. \n" ); document.write( " Solve x-1 +x + x+1 = 246 \n" ); document.write( " So, 3x =246, x = 82 \n" ); document.write( " The largest among them is 82 + 1 = 83\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |