document.write( "Question 38989: A man has five sons, each three years older than the next younger. The age of the oldest in three years will be three times the present age of the second youngest. How old is each son from youngest to oldest?\r
\n" );
document.write( "\n" );
document.write( "(Not from a text) seems simple. Would the youngest be 3 and the oldest 15?
\n" );
document.write( "Thank you for your help. \n" );
document.write( "
Algebra.Com's Answer #24441 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! 5 sons --> x, x+3, x+6, x+9, x+12 \n" ); document.write( "Age of the oldest in 3 years = x+12+3=x+15 \n" ); document.write( "Equation: \n" ); document.write( "x+15=3(x+3) \n" ); document.write( "x+15=3x+9 \n" ); document.write( "-2x=-6 \n" ); document.write( "x=3 \n" ); document.write( "Hence, the yougest son is 3 (add 3 to each of the other sons ages) \n" ); document.write( "Paul. \n" ); document.write( " |