document.write( "Question 262682: A father is 30 years older than his son however he will be only thrice as old as the son after 5 years what is father's present age ?\r
\n" );
document.write( "\n" );
document.write( "(a) 40 yrs (b) 30 yrs (c) 50 yrs (d) none of these \n" );
document.write( "
Algebra.Com's Answer #193488 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the age of the son = x \n" ); document.write( "Then the age of his father = x+30 \n" ); document.write( "Given,father will be only thrice as old as the son after 5 years \n" ); document.write( " x+30+5 = 3(x+5) \n" ); document.write( " x+35 = 3x+15 \n" ); document.write( " 35-15 = 3x-x \n" ); document.write( " 20 = 2x \n" ); document.write( " 2x = 20 \n" ); document.write( " x = 20/2 = 10 \n" ); document.write( "Therefore the age of his father = x+30 = 10+30 = 45 years \n" ); document.write( " \n" ); document.write( " |