document.write( "Question 497131: Ten years ago a mother was three times as old as her son was. The sum of their ages today is 60. How old is the mother today?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #336661 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! m-10=3(s-10) \n" ); document.write( "m=3s-30+10 \n" ); document.write( "m=3s-20 \n" ); document.write( "m+s=60 \n" ); document.write( "3s-20+s=60 \n" ); document.write( "4s=80 \n" ); document.write( "s=20 \n" ); document.write( "m=40 \n" ); document.write( "The mother is 40. The son is 20. \n" ); document.write( " |