document.write( "Question 461174: I am three times as old as my son. Five years later I shall be two and a half times as old as my son. What is my age? \n" ); document.write( "
Algebra.Com's Answer #316324 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! I am three times as old as my son. Five years later I shall be two and a half times as old as my son. What is my age? \n" ); document.write( ".. \n" ); document.write( "let x=present age of father \n" ); document.write( "x/3=present age of son \n" ); document.write( "5 years from now \n" ); document.write( "father's age=x+5 \n" ); document.write( "son's age=x/3 + 5 \n" ); document.write( "(x+5)/(x/3 +5)=5/2 \n" ); document.write( "2x+10=5x/3+25 \n" ); document.write( "6x+30=5x+75 \n" ); document.write( "x=75-30=45 \n" ); document.write( "ans: \n" ); document.write( "Present age of father=45 years \n" ); document.write( " |