document.write( "Question 1149094: the sum of 3 consecutive even numbers is 48. what is the largest of these numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #770427 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! the sum of 3 consecutive even numbers is 48. what is the largest of these numbers \n" ); document.write( "----------------- \n" ); document.write( "48/3 is the middle number. \n" ); document.write( "--- \n" ); document.write( "(n-2) + n + (n+2) = 48 \n" ); document.write( " \n" ); document.write( " |