document.write( "Question 274076: The sum of the ages of the three Romano brothers is 63. If their ages can be represented as consecutive integers, what is the age of the middle brother?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #200124 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The sum of the ages of the three Romano brothers is 63. \n" ); document.write( " If their ages can be represented as consecutive integers, what is the age of the middle brother? \n" ); document.write( ": \n" ); document.write( "Let x = age of the middle brother \n" ); document.write( "then \n" ); document.write( "(x-1) = age of the younger \n" ); document.write( "and \n" ); document.write( "(x+1) = age of the older \n" ); document.write( ": \n" ); document.write( "x + (x-1) + (x+1) = 63 \n" ); document.write( "3x = 63 \n" ); document.write( "x = 21 yrs is the middle brother \n" ); document.write( " |