Question 1185799
<pre>
OPTION          PRICE         QTY.       COST
CD                $18         475
Prem.Bundle        p          120
Dlx.Bundle        2p           60
TOTALS                                   14550
</pre>

Fill in the separate costs data.

<pre>
OPTION          PRICE         QTY.       COST
CD                $18         475       18*475
Prem.Bundle        p          120       120p
Dlx.Bundle        2p           60        60*2p
TOTALS                                   14550
</pre>
The obvious equation, {{{(18*475)+120p+60*2p=14550}}}


Some algebraic steps:

{{{(120+60*2)p=14550-18*475}}}


{{{p=(14550-18*475)/(120+60*2)}}}----------simplify and compute this.
.
.
.