document.write( "Question 360020: Louise is four times as old as Maria. However, 6 years from now she will be only three times as old as Maria. Find their ages. \n" ); document.write( "
Algebra.Com's Answer #256874 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
L = 4M.
\n" ); document.write( "L+6 = 3(M+6).
\n" ); document.write( "By direct substitution,
\n" ); document.write( "4M +6 = 3M+18,
\n" ); document.write( "M = 12. So Maria is 12 years old. Louise is 48 years old.
\n" ); document.write( "
\n" );