document.write( "Question 8046: 5 years ago, a man was 7 times as old as his son. 5years hence, father will be 3 times as old as his son. Find their present ages.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #4413 by gokhalesujata(4)![]() ![]() ![]() You can put this solution on YOUR website! Sons age 5 years ago=x father's age = 7x \n" ); document.write( "their present age = x+5 and 7x+5 resp \n" ); document.write( "Sons age 5 years hence = x+10(since x is sons age 5 years ago from present age and we are talking of his age 5 years hence from his present age so 5+5=10) \n" ); document.write( "fathers age 5 years hence =3(x+10) \n" ); document.write( "hence the fathers present age will be 3(x+10)-5 \n" ); document.write( "also fathers present age =7x+5 \n" ); document.write( "therefore 7x+5=3(x+10)-5 \n" ); document.write( "7x+5=3x+30-5 \n" ); document.write( "7x-3x=25-5 \n" ); document.write( "4x=20 \n" ); document.write( "x=5 \n" ); document.write( "sons age 5 years ago=5years fathers age =5*7=35years \n" ); document.write( "present age of the son=10years(5+5) fathers age=35+5=40 years \n" ); document.write( "sons age 5 years hence= 5+10=15years fathers age =3*(5+10)=45 years \n" ); document.write( " |