document.write( "Question 311058: The father is 40 years old and the son is 12 years old. How many years ago was the father 5 times older than the son?
\n" );
document.write( "The answer is obviously 5, but i can't get the equotion right.
\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #222483 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! f=40 \n" ); document.write( "s=12 \n" ); document.write( "40-x=5(12-x) \n" ); document.write( "40-x=60-5x \n" ); document.write( "40+4x=60 \n" ); document.write( "4x=20 \n" ); document.write( "x=5 \n" ); document.write( " |