document.write( "Question 1429: The sum of three consecutive positive integers is 246. Find the largest integer. \n" ); document.write( "
Algebra.Com's Answer #444 by usyim88hk(158)![]() ![]() ![]() You can put this solution on YOUR website! let x be the biggest one \n" ); document.write( "x+(x-1)+(x-2)=246 \n" ); document.write( "x+x-1+x-2=246 \n" ); document.write( "3x=249 \n" ); document.write( "x=83 \n" ); document.write( " |