document.write( "Question 750684: A person is 50 years old. His son is 24 years old. How many years ago was the father three times as old as his son? \n" ); document.write( "
Algebra.Com's Answer #456826 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A person is 50 years old. \n" ); document.write( " His son is 24 years old. \n" ); document.write( " How many years ago was the father three times as old as his son? \n" ); document.write( ": \n" ); document.write( "let y = no. of years ago for this to be true\ \n" ); document.write( "50-y = 3(24-y) \n" ); document.write( "Solve for y \n" ); document.write( " |