document.write( "Question 665751: 1.the sum of three consecutive numbers is 24. solve for the largest number.
\n" );
document.write( "2. the sum of three consecutive numbers is 42. solve for the smallest number. \n" );
document.write( "
Algebra.Com's Answer #414053 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1.the sum of three consecutive numbers is 24. solve for the largest number. \n" ); document.write( "24/3 = 8, the middle number. \n" ); document.write( "Or, \n" ); document.write( "(n-1) + n + (n+1) = 24 --> same answer. \n" ); document.write( "================== \n" ); document.write( "2. the sum of three consecutive numbers is 42. solve for the smallest number. \n" ); document.write( "Do it like #1. \n" ); document.write( " \n" ); document.write( " |