document.write( "Question 151996: Lainey is 5 years old than her sister,mary. In 2 years she will be twice as old as her. What is their ages. \n" ); document.write( "
Algebra.Com's Answer #111733 by orca(409)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the age of Mary now. Then Lainey's age now is x + 5. \n" ); document.write( "In two years, Mary's age will be x + 2 \n" ); document.write( "In two years, Lainey's age will be x + 5 + 2 = x + 7 \n" ); document.write( "As in two years Lainey will be twice as old as mary will be, we have \n" ); document.write( "x + 7 = 2(x + 2) \n" ); document.write( "Solving for x, we have: \n" ); document.write( "x + 7 = 2x + 4 \n" ); document.write( "x = 3 \n" ); document.write( "So Mary is 3 now and Lainey is 8 now. \n" ); document.write( " \n" ); document.write( " |