document.write( "Question 260697: Mary is twice as old as Susan and three years older than John. The sum of their
\n" ); document.write( "ages is 32. How old is Susan?
\n" ); document.write( "

Algebra.Com's Answer #192033 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
m = mary
\n" ); document.write( "s = susan
\n" ); document.write( "J = john
\n" ); document.write( "------
\n" ); document.write( "(i) m = 2s
\n" ); document.write( "(ii) m = j + 3
\n" ); document.write( "(iii) m+s+j = 32
\n" ); document.write( "step 1 - set (i) = (ii) and solve for j. We get
\n" ); document.write( "(iv) 2s = j + 3
\n" ); document.write( "(v) j = 2s-3
\n" ); document.write( "step - 2 rewrite m and j in terms of s using (i) and (v). We get
\n" ); document.write( "(vi) 2s + s + 2s -3 = 32
\n" ); document.write( "step 3 - solve for s. WE get
\n" ); document.write( "(vii) 5s - 3 = 32
\n" ); document.write( "add 3 to get
\n" ); document.write( "(viii) 5s = 35
\n" ); document.write( "divide by 5 to get
\n" ); document.write( "(ix) s = 7
\n" ); document.write( "So, susan is 7.
\n" ); document.write( "
\n" );