document.write( "Question 447994: The combined age of a mother and daughter is 32. in five years' time, the mother will be 5 times her daughter's age. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #308391 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
m+d=32
\n" ); document.write( "m+5=5(d+5)
\n" ); document.write( "m+5=5d+25
\n" ); document.write( "m=5d+20
\n" ); document.write( "5d+20=32-d
\n" ); document.write( "6d=12
\n" ); document.write( "d=2
\n" ); document.write( "m=30
\n" ); document.write( "The mother is 30. The daughter is 2..
\n" ); document.write( "
\n" );