Question 1175074
<pre>
TEA           PRICE      QUANTITY
Mint          62.5        200
Green         76          h
Mixture       70          h+200
</pre>
{{{(62.5)(200)+76h=70(h+200)}}}-------solve for h and compute result.




************************************Misread part of the problem *** Below is wrong************************

<pre>
TEA           PRICE      QUANTITY
Mint          62.5        200-h
Regular       76          h
Mixture       70          200
</pre>
{{{62.5(200-h)+76h=70*200}}}
-
{{{(62.5)(200)-(62.5)h+76h=70*200}}}

{{{76h-(62.5)h=70*200-62.5*200}}}

{{{h=cross((200(70-62.5))/(76-62.5))}}}-----------compute and find the other quantity (for the mint).