document.write( "Question 170797: Paul is 12 and his father is 33. How many years ago was the father four times as old as the son? \n" ); document.write( "
Algebra.Com's Answer #126091 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Paul is 12 and his father is 33. How many years ago was the father four times as old as the son? \n" ); document.write( "----------------------------------- \n" ); document.write( "NOW DATA: \n" ); document.write( "Paul = 12 \n" ); document.write( "Father = 33 \n" ); document.write( "----------------------- \n" ); document.write( "x years ago DATA: \n" ); document.write( "Paul = 12-x \n" ); document.write( "Father = 33-x \n" ); document.write( "----------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "father = 4*paul \n" ); document.write( "33-x = 4(12-x) \n" ); document.write( "33-x = 48 - 4x \n" ); document.write( "3x = 15 \n" ); document.write( "x = 5 (# of years ago) \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |