document.write( "Question 560593: Mr. x is 62 years old and after 3 years he will be 5 times of his son’s age. What is his son’s age at present? \n" ); document.write( "
Algebra.Com's Answer #363974 by mananth(16946)![]() ![]() You can put this solution on YOUR website! sons age now = x \n" ); document.write( "fathers age = 62\r \n" ); document.write( "\n" ); document.write( "after 3 years sons age = x+3\r \n" ); document.write( "\n" ); document.write( "fathers age = 65\r \n" ); document.write( "\n" ); document.write( "5(x+3)=65 \n" ); document.write( "5x+15=65 \n" ); document.write( "5x=65-15 \n" ); document.write( "5x=50 \n" ); document.write( "/5 \n" ); document.write( "x=10 son's age \n" ); document.write( " |