document.write( "Question 151637: In 15 years, Maya will be twice as old as David is now. In 15 years, David will be as old as Maya will be in 10 years from now. how old are thet now? \n" ); document.write( "
Algebra.Com's Answer #111469 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Let m = Maya's age now \n" ); document.write( "Let d = David's age now \n" ); document.write( "; \n" ); document.write( "Write an equation for each statement; \n" ); document.write( "\"In 15 years, Maya will be twice as old as David is now.\" \n" ); document.write( "m + 15 = 2d \n" ); document.write( ": \n" ); document.write( "\"In 15 years, David will be as old as Maya will be in 10 years from now.\" \n" ); document.write( "d + 15 = m + 10 \n" ); document.write( "d = m + 10 - 15 \n" ); document.write( "d = m - 5 \n" ); document.write( ": \n" ); document.write( "how old are they now? \n" ); document.write( "; \n" ); document.write( "Substitute (m-5) for d in the 1st equation \n" ); document.write( "m + 15 = 2(m-5) \n" ); document.write( "m + 15 = 2m - 10 \n" ); document.write( "15 + 10 = 2m - m \n" ); document.write( "m = 25 yrs is m's present age \n" ); document.write( ": \n" ); document.write( "d = m - 5 \n" ); document.write( "d = 25 - 5 \n" ); document.write( "d = 20 is d's present age \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solutions in the statement: \n" ); document.write( "\"In 15 years, David will be as old as Maya will be in 10 years from now.\" \n" ); document.write( "d + 15 = m + 10 \n" ); document.write( "20 + 15 = 25 + 10; confirms our solutions \n" ); document.write( " |