document.write( "Question 977729: A father is twice as old as his son. He was 6 times his son’s age 20 years ago. What
\n" );
document.write( "is the father’s present age? \n" );
document.write( "
Algebra.Com's Answer #599278 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! hi there, \n" ); document.write( "A father is twice as old as his son \n" ); document.write( "F = 2S \n" ); document.write( "He was 6 times his son’s age 20 years ago \n" ); document.write( "F - 20 = 6(S - 20) \n" ); document.write( "Replace F with 2S from first equation \n" ); document.write( "2s - 20 = 6s - 120 \n" ); document.write( "Collect like terms \n" ); document.write( "2s - 6s = -120 + 20 \n" ); document.write( "-4s = -100 \n" ); document.write( " s = 25 \n" ); document.write( "Father's present age is 50 yrs old \n" ); document.write( "hope this helps:-) \n" ); document.write( " |