document.write( "Question 150366: If leah is 6 years older than her sister,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 #110299 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let S be Sue's age, L be Leah's age and J be John's age
\n" ); document.write( "Given \"L+=+S+%2B+6\"
\n" ); document.write( "\"J+=+L+%2B+5\"
\n" ); document.write( "\"J+%2B+S+%2B+L+=+41\"\r
\n" ); document.write( "\n" ); document.write( "Find Sue's age (S)\r
\n" ); document.write( "\n" ); document.write( "\"J+%2B+S+%2B+L+=+41\"
\n" ); document.write( "\"%28L+%2B+5%29+%2B+S+%2B+%28S+%2B+6%29+=+41\"
\n" ); document.write( "\"%28%28S%2B6%29+%2B+5%29+%2B+S+%2B+%28S+%2B+6%29+=+41\"
\n" ); document.write( "\"3S+%2B+17+=+41\"
\n" ); document.write( "\"3S+=+24\"
\n" ); document.write( "\"S+=+8\"
\n" ); document.write( "
\n" );