document.write( "Question 696869: Five years ago I was thrice as old as my son and ten years later I shall be twice as old as my son. How old are we now? \n" ); document.write( "
Algebra.Com's Answer #429411 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Five years ago I was thrice as old as my son and ten years later I shall be twice as old as my son. How old are we now? \n" ); document.write( "let x=son's age now \n" ); document.write( "5 yrs ago: \n" ); document.write( "x-5=son's age \n" ); document.write( "3(x-5)=parent's age \n" ); document.write( "10 yrs later: \n" ); document.write( "x+10=son's age \n" ); document.write( "2(x+10)=parent's age \n" ); document.write( "parent's age 10 yrs later=parent's age 5 yrs ago plus 15 \n" ); document.write( "2(x+10)=15+3(x-5) \n" ); document.write( "2x+20=15+3x-15 \n" ); document.write( "x=20 \n" ); document.write( "3(x-5)+5=50 \n" ); document.write( "son's age now: 20 \n" ); document.write( "parent's age now: 50 \n" ); document.write( " |