document.write( "Question 549252: A father is four times as old as his son is. Five years back he was seven times as old as his son was then, what is the present age of the father? \n" ); document.write( "
Algebra.Com's Answer #357569 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A father is four times as old as his son is. Five years back he was seven times as old as his son was then, what is the present age of the father. \n" ); document.write( "** \n" ); document.write( "let x=present age of son \n" ); document.write( "4x=present age of father \n" ); document.write( "5 years ago: \n" ); document.write( "x-5=age of son \n" ); document.write( "4x-5=age of father \n" ); document.write( ".. \n" ); document.write( "4x-5=7(x-5) \n" ); document.write( "4x-5=7x-35 \n" ); document.write( "3x=30 \n" ); document.write( "x=10 \n" ); document.write( "4x=40 \n" ); document.write( "ans: \n" ); document.write( "Present age of the father=40 \n" ); document.write( " |