document.write( "Question 889269: Sandy is 7 years younger than Mandy. In 4 years time she will be half Mandy’s age.What is the sum of their ages now? \n" ); document.write( "
Algebra.Com's Answer #538152 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Sandy is 7 years younger than Mandy. In 4 years time she will be half Mandy’s age.What is the sum of their ages now? \n" ); document.write( "*** \n" ); document.write( "let x=Mandy's age \n" ); document.write( "x-7=Sandy's age \n" ); document.write( ".. \n" ); document.write( "In 4 yrs: \n" ); document.write( "x+4=Mandy's age \n" ); document.write( "x-7+4=x-3=Sandy's age \n" ); document.write( "x-3=(x+4/2 \n" ); document.write( "2x-6=x+4 \n" ); document.write( "x=10 \n" ); document.write( "x-7=3 \n" ); document.write( "Mandy's age=10 \n" ); document.write( "Sandy's age=3 \n" ); document.write( "What is the sum of their ages now? 13 \n" ); document.write( " |