document.write( "Question 947730: when the mother turned 46, her son 24. Presently, the mother is 5 times as old as her son. how old is the son now? \n" ); document.write( "
Algebra.Com's Answer #578442 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! when the mother turned 46, her son 24. \n" ); document.write( "m = s + 22 \n" ); document.write( "Presently, the mother is 5 times as old as her son. \n" ); document.write( "m = 5s \n" ); document.write( " how old is the son now? \n" ); document.write( "replace m with s + 22 \n" ); document.write( "s + 22 = 5s \n" ); document.write( "22 = 5s - s \n" ); document.write( "22 = 4s \n" ); document.write( "s = 22/4 \n" ); document.write( "s = 5.5 yr is son's age \n" ); document.write( "then \n" ); document.write( "5(5.5) = 27.5 is Mom's age \n" ); document.write( " |