document.write( "Question 549728: The age of father is twice the age of elder son.Ten years hence,the age of father will be three times the younger son.If the difference in the ages of two sons is 15 years,Then the age of father is? \n" ); document.write( "
Algebra.Com's Answer #357995 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let elder son be x \n" ); document.write( "father = 2x \n" ); document.write( "y = younger son=(x-15)\r \n" ); document.write( "\n" ); document.write( "10 years later \n" ); document.write( "2x+10=3(x-15+10) \n" ); document.write( "2x+10=3(x-5) \n" ); document.write( "3x-2x=25\r \n" ); document.write( "\n" ); document.write( "x=25 \n" ); document.write( "y=10 \n" ); document.write( "father = 50 \n" ); document.write( " |