document.write( "Question 783194: marks mother is 32 years older than mark. the sum of their ages is 66. how old is each \n" ); document.write( "
Algebra.Com's Answer #476784 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Mark = x yrs old
\n" ); document.write( "Mother = x + 32 yrs old
\n" ); document.write( "x + (x + 32) = 66
\n" ); document.write( "x + x + 32 = 66
\n" ); document.write( "2x = 66 - 32
\n" ); document.write( "2x = 34
\n" ); document.write( "x = 17
\n" ); document.write( "Mark is 17 years old
\n" ); document.write( "Mother is 49 years old
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );