document.write( "Question 721713: 2. The ages of Steve’s three brothers are consecutive even integers. Find their ages if the sum of their ages is 72.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #442493 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let n = the age of the middle brother \n" ); document.write( "Then the ages of the other two are n-2 and n+2 \n" ); document.write( "The sum of the ages is 72: \n" ); document.write( "3n = 72 \n" ); document.write( "n = 24 \n" ); document.write( "So their ages are 22,24,26 \n" ); document.write( " |