document.write( "Question 439222: If leah is 6 years older than sue, and john is 5 years older than leah, and the total of their ages is 41. Then how old is sue? \n" ); document.write( "
Algebra.Com's Answer #303542 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
John=Leah+5
\n" ); document.write( "Leah=Sue+6
\n" ); document.write( "Leah+Sue+John=41
\n" ); document.write( "-----------------------
\n" ); document.write( "John=Sue+11
\n" ); document.write( "Sue+6+Sue+Sue+11=41
\n" ); document.write( "3Sue=24
\n" ); document.write( "Sue=8.
\n" ); document.write( "Sue is 8 years old.
\n" ); document.write( "
\n" );