document.write( "Question 1052430: paula is currently 8 years younger than twice dawns age. in 4 years the differences between their ages will be 4 years. how old are they now? \n" ); document.write( "
Algebra.Com's Answer #667793 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! paula is currently 8 years younger than twice dawns age. \n" ); document.write( "p = 2d - 8 \n" ); document.write( " in 4 years the differences between their ages will be 4 years. \n" ); document.write( "This is dumb, the difference in their ages will always be 4 years \n" ); document.write( "p = d + 4 \n" ); document.write( " how old are they now? \n" ); document.write( "Replace p with (2d-8) from the first equation \n" ); document.write( "2d - 8 = d + 4 \n" ); document.write( "2d - d = 4 + 8 \n" ); document.write( "d = 12 yrs is Dawn's age \n" ); document.write( "then \n" ); document.write( "12 + 4 = 16 yrs is Paul's age \n" ); document.write( " |