document.write( "Question 586913: A father's present age is five times as that of his son. In the next ten years, the father will be three times as old as his son. What is their respective ages?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #373941 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! f=5s \n" ); document.write( "f+10=3*(s+10) \n" ); document.write( "f=50 \n" ); document.write( "s=10 \n" ); document.write( " |