document.write( "Question 370019: Mary is now three as old as susan. Three years ago, the sum of their ages was 22. How old is susan now? \n" ); document.write( "
Algebra.Com's Answer #263658 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Susan's age now = s. Then Mary's age is 3s. Then
\n" ); document.write( "(s-3)+(3s-3) = 22,
\n" ); document.write( "4s-6 = 22,
\n" ); document.write( "4s = 28,
\n" ); document.write( "s = 7, the age of susan now;
\n" ); document.write( "3s = 21, the age of Mary now.
\n" ); document.write( "
\n" );