document.write( "Question 462444: A father is 5 times as old as his son. In 18 years, the father will be twice as old as his son. How old is the father at present?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #317036 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! Let x = the age of the father at present \n" ); document.write( " x/5= the age of his son\r \n" ); document.write( "\n" ); document.write( "x+18 = 2(x/5+18) \n" ); document.write( "x+18 = 2x/5 + 36 \n" ); document.write( "3x/5 = 18 \n" ); document.write( "x = 18*5/3 \n" ); document.write( "x = 30\r \n" ); document.write( "\n" ); document.write( "The father is 30 years old. \n" ); document.write( " |