document.write( "Question 1148570: A father is 5 times as old as his son. In 18 years, the father will be twice
\n" );
document.write( "as old as his son. How old is the father at present?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #769901 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the age of the father's son \n" ); document.write( ": \n" ); document.write( "father's age = 5x \n" ); document.write( ": \n" ); document.write( "5x+18 = 2 * (x+18) \n" ); document.write( ": \n" ); document.write( "5x+18 = 2x+36 \n" ); document.write( ": \n" ); document.write( "3x = 18 \n" ); document.write( ": \n" ); document.write( "x = 6 \n" ); document.write( ": \n" ); document.write( "******************************************* \n" ); document.write( "Father's current age = 5 * 6 = 30 years old \n" ); document.write( "******************************************* \n" ); document.write( ": \n" ); document.write( "check the answer \n" ); document.write( ": \n" ); document.write( "30+18 = 2 * (6+18) \n" ); document.write( ": \n" ); document.write( "48 = 48 \n" ); document.write( ": \n" ); document.write( "answer checks \n" ); document.write( " |