document.write( "Question 203209: Alex is 8 years younger than his sister. His mother is 6 years more than twice of his sister’s age. His mother is 42 years old. Find the ages of Alex and his sister. \n" ); document.write( "
Algebra.Com's Answer #153322 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let M = Mother's age.
\n" ); document.write( "A = Alex's age.
\n" ); document.write( "S = Sister's age.
\n" ); document.write( "A = S-8
\n" ); document.write( "M = 2S+6
\n" ); document.write( "M = 42, so...
\n" ); document.write( "2S+6 = 42 Subtract 6 from both sides.
\n" ); document.write( "2S = 36 Divide both sides by 2.
\n" ); document.write( "S = 18
\n" ); document.write( "A = 18-8 = 10
\n" ); document.write( "Alex is 10 years old and his sister is 18 years old.
\n" ); document.write( "
\n" );