Question 987959
<pre>
Since Mark and Matt have names that start with the same first 
letter I have changed Mark's name to Clark.
</pre>
Clark is twice as old as Matt.   In two years the sum of their 
ages will be five times as much as what Matt's age was four 
years ago.  How old is each now?
</pre>
Clark is twice as old as Matt.  
<pre>
C = 2M
</pre>
In two years the sum of their ages... 
<pre>
In two years Clark will be C+2 and Matt will be M+2 and 
the sum of their ages will (C+2)+(M+2) which equals 

C+M+4     <-- sum of their ages in two years.
</pre>
...will be five times as much as what Matt's age was four 
years ago.  
<pre>
M-4       <-- what Matt's age was four years ago.

So we are told that C+M+4 is 5 times as much as M-4.  So

C+M+4 = 5(M-4)

Now we have this system of equations to solve:

{{{system(C=2M,C+M+4=5(M-4))}}}

Simplify and solve this system by substitution.

Edwin</pre>