Question 1065352
Angel is 2 years older than Gavin. 
<pre><b>
Translation:

{{{matrix(1,7,

(matrix(5,1,"Angel's", "age,", which, is, A)),
"",
""="",
"",
(matrix(5,1,"Gavin's", "age,", which, is, G)),
""+"",
(matrix(2,1,2,years)) )}}}

Translation:

    A = G + 2
</pre>
In 6 years, Gavin's age will be twice Angel's age now. 
<pre>
{{{matrix(1,5,

(matrix(11,1,What, "Gavin's",age,will,be,in,6,"years,",which,is,G+6)),
"",
""="",
"",
(matrix(10,1,2,times,What,"Angel's", age, is, "now,", which,is,2A)) )}}} 

Translation:

    G + 6 = 2A

Now let's put those two equations together:

    A = G + 2
    G + 6 = 2A

Now since A = G + 2, we can substitute (G + 2) for A
in the second equation:

    G + 6 = 2(G + 2)

See if you can solve that equation for G.  If you can't,
email me back.  If you can, take what you get, then 
substitute it for G in 

     A = G + 2

to find A's age now, and then since the question is
</pre>
How old are they 6 years from now?
<pre>
you will add 6 to their ages.

Edwin</pre></b>