document.write( "Question 1429: The sum of three consecutive positive integers is 246. Find the largest integer. \n" ); document.write( "
Algebra.Com's Answer #497923 by Lhairel Ramones(1)![]() ![]() ![]() You can put this solution on YOUR website! Let x= first consecutive positive integers. \n" ); document.write( "x+1 = second \n" ); document.write( "x+2= third\r \n" ); document.write( "\n" ); document.write( "x + (x+1) + (x+2)\r \n" ); document.write( "\n" ); document.write( "3x + 3 (-3) = 246 (-3) \n" ); document.write( " \n" ); document.write( "3x = 243\r \n" ); document.write( "\n" ); document.write( "3/243\r \n" ); document.write( "\n" ); document.write( "x = 81 the first\r \n" ); document.write( "\n" ); document.write( "x+1 = 81+1= 82 the second \r \n" ); document.write( "\n" ); document.write( "x+2 = 81 +2 = 83 the third\r \n" ); document.write( "\n" ); document.write( "so th answer is 81,82 and 83 \n" ); document.write( " |