document.write( "Question 485232: THE SUM OF 3 CONSECUTIVE INTEGERS IS 4 TIMES THE SMALLEST NUMBER. WHAT IS THE LARGEST NUMBER?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #331877 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! n+n+1+n+2=4n \n" ); document.write( "3n+3=4n \n" ); document.write( "n=3 \n" ); document.write( "The largest number is n+2 which is 5.. \n" ); document.write( " |