document.write( "Question 267330: If Leah is 6 years older that 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 #196266 by Ruli(21) ![]() You can put this solution on YOUR website! Sue = x \n" ); document.write( "Leah = (x+6) \n" ); document.write( "John = (x+6+5) \n" ); document.write( "x + (x+6) + (x+6+5) = 41 \n" ); document.write( "x + x + 6 + x + 11 = 41 \n" ); document.write( "3x + 17 - 17 = 41 - 17 \n" ); document.write( "3x = 24 \n" ); document.write( "x = 8 \n" ); document.write( "Sue is 8 yrs old \n" ); document.write( "check: \n" ); document.write( "8+(8+6)+(8+6+5)=41 \n" ); document.write( "8+(14)+(19)=41 \n" ); document.write( "41 = 41 \n" ); document.write( " |