document.write( "Question 478419: 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 #327790 by jorel1380(3719) You can put this solution on YOUR website! j=l+5 \n" ); document.write( "l=s+6 \n" ); document.write( "j=s+11 \n" ); document.write( "s+s+6+s+11=41 \n" ); document.write( "3s=24 \n" ); document.write( "s=8 \n" ); document.write( "Sue is 8. Leah is 14 and John is 19.. \n" ); document.write( " |