document.write( "Question 1541: 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 #532 by usyim88hk(158)![]() ![]() ![]() You can put this solution on YOUR website! Let the age of Sue be x \n" ); document.write( "x + (x+6) + (x+6+5) = 41 \n" ); document.write( "3x + 17 = 41 \n" ); document.write( "3x = 24 \n" ); document.write( "x = 8 \n" ); document.write( "So Sue's age is 8 \n" ); document.write( " |