Question 1134958
---------------------------------------------------------------------------
<s>r</s>Ron <s>has</s> HAD twice as many coins as David. after RON gives david two of his coins they noticed that they each have the same number of coins. how many coins do Ron and David each have now after the transaction?<s>.</s>
--------------------------------------------------------------------------


BEFORE:
r and d;
{{{r=2d}}}



AFTER:
r-2 and d+2;
{{{r-2=d+2}}}
-
{{{2d-2=d+2}}}
{{{2d-d=2+2}}}
{{{d=4}}}



David originally had 4 coins and Ron had 8 coins.


After the transaction, each of them had 6 coins.