document.write( "Question 922336: Please help me solve this problem: the sum of the ages of dorothy and dorilyn is 41. In 5 years, dorothy will be twice as old as dorilyn. Find thier ages 3 years ago. Thank you for helping!! :) \n" ); document.write( "
Algebra.Com's Answer #559510 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the age of dorothy and y is the age of dorilyn, then \n" ); document.write( "x + y = 41 \n" ); document.write( "x +5 = 2(y +5) \n" ); document.write( "solve first equation for y \n" ); document.write( "y = 41 - x \n" ); document.write( "substitute for y in second equation \n" ); document.write( "x + 5 = 2(41 - x +5) \n" ); document.write( "x +5 = 2(46 - x) \n" ); document.write( "x +5 = 92 -2x \n" ); document.write( "3x = 87 \n" ); document.write( "x = 29 and y = 12 \n" ); document.write( "therefore their ages 3 years ago are \n" ); document.write( "dorothy is 26 and dorilyn is 9 \n" ); document.write( " \n" ); document.write( " |