document.write( "Question 187499: 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 #140585 by uday1435(57) You can put this solution on YOUR website! Let sue’s age = s \n" ); document.write( "Leah = s +6 \n" ); document.write( "John = (s+6) + 5 = s + 11 \n" ); document.write( "Sum of their ages = 41 \n" ); document.write( "s + s+6 + s+ 11 = 41 \n" ); document.write( "3s + 17 = 41 \n" ); document.write( "Subtracting 17 on both sides we get \n" ); document.write( "3s = 41-17 = 24 \n" ); document.write( "So s = 24/3 = 8 years \n" ); document.write( "Ans: Sue is 8 years old\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you still require further clarifications please write to \n" ); document.write( "udayakumar.t.r@gmail.com \n" ); document.write( " |