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 #126089 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! if paul's age is p and fathers age is f \n" ); document.write( ":f=33 and p=12 let x be the number of years ago the father was 4 times older than the son \n" ); document.write( ": \n" ); document.write( "f-x=4(p-x)\r \n" ); document.write( "\n" ); document.write( "33-x=4(12-x) \n" ); document.write( ": \n" ); document.write( "33-x=48-4x \n" ); document.write( ": \n" ); document.write( "3x=15 \n" ); document.write( ": \n" ); document.write( " |