document.write( "Question 1194288: A mother is three times as old as her son. In 18 years time, she will be twice as old as her son. How old is she now? \n" ); document.write( "
Algebra.Com's Answer #826465 by MathTherapy(10551)\"\" \"About 
You can put this solution on YOUR website!
A mother is three times as old as her son. In 18 years time, she will be twice as old as her son. How old is she now?
\n" ); document.write( "
Let the mother's age be M\r\n" );
document.write( "As the mother is thrice the son's age, son's age is \"M%2F3\"\r\n" );
document.write( "We then get: \r\n" );
document.write( "                 3M = 2M + 54 ------- Multiplying by LCD, 3\r\n" );
document.write( "            3M - 2M = 54\r\n" );
document.write( "       Mother, or M, is 54 years-old
\n" ); document.write( "
\n" );