document.write( "Question 359900: Don is 21 years older than Betty. In 6 years Don will be twice as old as Betty. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #256794 by robertb(5830)![]() ![]() You can put this solution on YOUR website! D = B+21. \n" ); document.write( "D+6 = 2(B+6). \n" ); document.write( "By direct substitution, B+21+6= 2(B+6). \n" ); document.write( "B+27 = 2B+12. \n" ); document.write( "B = 15. \n" ); document.write( "D = 36. \n" ); document.write( " |