document.write( "Question 1131176: Elizabeth is twice as old as cathrine. If seven years ago the sum of their ages was 82, how old are they now? \n" ); document.write( "
Algebra.Com's Answer #747779 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let E = Elizabeth's age, C = Cathrine's age \n" ); document.write( "Elizabeth is twice as old as Cathrine: \n" ); document.write( "E = 2C \n" ); document.write( "Seven years ago their ages were E - 7 and C - 7 and their sum was 82: \n" ); document.write( "E - 7 + C - 7 = 82 \n" ); document.write( "Substitute for E from the 1st equation: \n" ); document.write( "2C - 7 + C - 7 = 82 \n" ); document.write( "3C = 96 \n" ); document.write( "C = 32 \n" ); document.write( "Thus Cathrine is 32 and Elizabeth is 64 \n" ); document.write( " |