document.write( "Question 889873: Mary, Jane and Gloria are sisters. Mary is one year younger than the sum of janes and Gloria's ages. Jane is eight years older than Gloria and all together they are 35 years old. Find how old are the sisters \n" ); document.write( "
Algebra.Com's Answer #538504 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! M = J + G - 1 \n" ); document.write( "J = G + 8 \n" ); document.write( "M + J + G = 35 \n" ); document.write( "Substitute the value of M from the first equation into the bottom equation \n" ); document.write( "M + J + G = 35 \n" ); document.write( "(J+G-1) + J + G = 35 \n" ); document.write( "Substitute the value of J above into the new equation \n" ); document.write( "(J+G-1) + J + G = 35 \n" ); document.write( "(G+8)+G-1 + (G+8) + G = 35 \n" ); document.write( "Add \n" ); document.write( "4G + 15 = 35 \n" ); document.write( "Subtract 15 from each side \n" ); document.write( "4G = 20 \n" ); document.write( "Divide each side by 4 \n" ); document.write( "G = 5 \n" ); document.write( "If Gloria is 5, then Jane is 13. [ Jane is eight years older than Gloria] \n" ); document.write( "If Gloria is 5 and Jane is 13, then Mary is 17 [Mary is one year younger than the sum of janes and Gloria's ages] \n" ); document.write( "Add their ages -- 5 + 13 + 17 = 35 \n" ); document.write( "Success! \n" ); document.write( " \n" ); document.write( " |