Question 1066687
Let m=the cost of mango shake
Let p=the cost of slice of pizza

—
<pre>
   m = 2p          (1)
   2m+3p = 90      (2)

(1) allows us to substitute "2p" for "m" in (2):

      2(2p) + 3p = 90
         4p + 3p = 90
              7p = 90
               p = 90/7  

    m = 2p = 2(90/7) = 180/7
—
Ans:  A mango shake costs 180/7  (in whatever units of currency are specified).
—
Check:   (180/7)*2 + (90/7)*3 = (360/7)+(270/7) = 630/7 = 90  (ok)  


</pre>