document.write( "Question 265176: jen is 6 years older than sue. in 4 years, she will be twice as old as sue was 5 years ago. Find their ages now \n" ); document.write( "
Algebra.Com's Answer #195027 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the age of Sue = x \n" ); document.write( "Then the age of Jen = x+4 \n" ); document.write( "Given,in 4 years, Jen will be twice as old as sue was 5 years ago. \n" ); document.write( " x+4+4 = 2(x-5) \n" ); document.write( " x+8 = 2x-10 \n" ); document.write( " 8+10 = 2x-x \n" ); document.write( " 18 = x \n" ); document.write( " x = 18 \n" ); document.write( "So, the age of Sue = 18 \n" ); document.write( "and the age of Jen = x+4 = 18+4 = 22 \n" ); document.write( " \n" ); document.write( " |