document.write( "Question 297602: 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 #214302 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
L=S+6
\n" ); document.write( "J=L+5
\n" ); document.write( "J+L+S=41
\n" ); document.write( "J = 19, L = 14, S = 8
\n" ); document.write( "
\n" );