document.write( "Question 211743: the present age of a father is three years more than three times the age of his son. three year hence,fathers age will be 10 years more than twice the age of his son. determine their present ages. \n" ); document.write( "
Algebra.Com's Answer #160005 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Let f = father's age; let s = son's age
\n" ); document.write( ":
\n" ); document.write( "\"the present age of a father is three years more than three times the age of his son.\"
\n" ); document.write( "f = 3s + 3
\n" ); document.write( ":
\n" ); document.write( "\"three year hence, fathers age will be 10 years more than twice the age of his son.\"
\n" ); document.write( "f + 3 = 2(s+3) + 10
\n" ); document.write( "f + 3 = 2s + 6 + 10
\n" ); document.write( "f + 3 = 2s + 16
\n" ); document.write( "f = 2s + 16 - 3
\n" ); document.write( "f = 2s + 13
\n" ); document.write( ":
\n" ); document.write( "determine their present ages.
\n" ); document.write( "Substitute (3s+3) for f in the above equation, find s
\n" ); document.write( "3s+3 = 2s + 13
\n" ); document.write( "3s - 2s = 13 - 3
\n" ); document.write( "s = 10 yrs, son's present age
\n" ); document.write( "then
\n" ); document.write( "f = 3(10) + 3
\n" ); document.write( "f = 33 yrs, father's present age
\n" ); document.write( ";
\n" ); document.write( ":
\n" ); document.write( "Check solution in the statement:
\n" ); document.write( "\"three year hence,fathers age will be 10 years more than twice the age of his son.
\n" ); document.write( "33 + 3 = 2(10+3) + 10
\n" ); document.write( "36 = 2(13) + 10
\n" ); document.write( "
\n" );