document.write( "Question 766799: A father is 3 years old as his son. In 12 years he will be twice as old as his son. How old is the fathr and son?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #467239 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Father is 3 times his son's age \n" ); document.write( "f = 3d \n" ); document.write( "In 12 years the father will be twice as old as his son. \n" ); document.write( "f + 12 = 2(d + 12) \n" ); document.write( "Substitute 3d for f in equation. \n" ); document.write( "3d + 12 = 2(d + 12) \n" ); document.write( "3d + 12 = 2d + 24 \n" ); document.write( " d = 12 (Son's age) \n" ); document.write( "Substitute d = 12 into f = 3d \n" ); document.write( "f = 3(12) \n" ); document.write( "f = 36 \n" ); document.write( "So, father's age = 36 \n" ); document.write( "son's age = 12 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |