document.write( "Question 300087: Mark is twice as old as Dave. In four years the sum of their ages will be 26. How old is Mark today? \n" ); document.write( "
Algebra.Com's Answer #217369 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! Mark is twice as old as Dave. In four years the sum of their ages will be 26. How old is Mark today? \n" ); document.write( "M=2D \n" ); document.write( "(M+4)+(D+4)=26, M+D+8=26, M+D=18 \n" ); document.write( "2D+D=18 \n" ); document.write( "3D=18 \n" ); document.write( "D=6 \n" ); document.write( "M=2(6) \n" ); document.write( "M=12 \n" ); document.write( "M=Mark \n" ); document.write( "D=Dave \n" ); document.write( " |