document.write( "Question 977798: How do I get the answer 8. If Leah is 6 yrs older than Sue and John is 5 yrs older than Leah and their ages is 41 . Then how old is Sue? \n" ); document.write( "
Algebra.Com's Answer #599338 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
leah is x years old
\n" ); document.write( "john is x+5 years
\n" ); document.write( "Sue is x-6 years\r
\n" ); document.write( "\n" ); document.write( "Sum is 41=x+x+5+x-6=3x-1\r
\n" ); document.write( "\n" ); document.write( "3x=42
\n" ); document.write( "x=14 Leah
\n" ); document.write( "x-6=8, Sue
\n" ); document.write( "
\n" );