document.write( "Question 871479: i am 3 times old as my son. 5 years later i will be 2 and half times older than my son.how old am i now?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #525545 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! i am 3 times old as my son. 5 years later i will be 2 and half times older than my son.how old am i now? \n" ); document.write( "*** \n" ); document.write( "let x=son's present age \n" ); document.write( "3x=father's present age \n" ); document.write( ".. \n" ); document.write( "5 yrs later \n" ); document.write( "x+5=son's age \n" ); document.write( "3x+5=father's age \n" ); document.write( "3x+5=2.5(x+5) \n" ); document.write( "3x+5=2.5x+12.5 \n" ); document.write( ".5x=7.5 \n" ); document.write( "x=15 \n" ); document.write( "3x=45 \n" ); document.write( "father's present age=45 \n" ); document.write( " |