document.write( "Question 1019239: a father is 27 years older than his son. Ten years from now the father will be twice as old as his son. How old is each now? \n" ); document.write( "
Algebra.Com's Answer #635171 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "a father is 27 years older than his son \n" ); document.write( "F = 27 + S \n" ); document.write( "Ten years from now the father will be \n" ); document.write( "twice as old as his son. \n" ); document.write( "F + 10 = 2(S + 10) \n" ); document.write( "Replace F with (27 + S) from top equation. \n" ); document.write( "27 + S + 10 = 2S + 20 \n" ); document.write( "Collect like terms \n" ); document.write( "S - 2S = 20 - 27 - 10 \n" ); document.write( "-S = -17 \n" ); document.write( "S = 17 \n" ); document.write( "Son is 17 years old \n" ); document.write( "Father is 44 years old \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |