document.write( "Question 278519: the sum of the ages of mike and dan is 20 years. in 4 years, dan's age will be three-fourths of mike's age. how old is mike now?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #202683 by Anthea Lawn(22)![]() ![]() ![]() You can put this solution on YOUR website! let m = mikes age, d = dans age.\r \n" ); document.write( "\n" ); document.write( "from the first statement : m+d = 20 so d = 20-m\r \n" ); document.write( "\n" ); document.write( "from the second statement (3/4)(m+4) = d+4 \n" ); document.write( "working a bit on the second statement gives :\r \n" ); document.write( "\n" ); document.write( "3(m+4) = 4(d+4) \n" ); document.write( "3m + 12 = 4d + 16 \n" ); document.write( "3m = 4d + 4\r \n" ); document.write( "\n" ); document.write( "substituting from the first statement :\r \n" ); document.write( "\n" ); document.write( "3m = 4(20-m) + 4\r \n" ); document.write( "\n" ); document.write( "3m = 80 - 4m + 4 \n" ); document.write( "7m = 84 \n" ); document.write( "m = 12\r \n" ); document.write( "\n" ); document.write( "So Mike is 12 and Dan is 8 \n" ); document.write( " |