Question 1204692
<pre>
ITEM        PRICE          QTY.       COST
Cup          2x             2
Saucer        x             2
Teapot       x+7            1
TOTAL                                 30.20
</pre>
Notice in the description the cup and the teapot prices are described in relation to a saucer.


<pre>
ITEM        PRICE          QTY.       COST
Cup          2x             2        2x*2=4x
Saucer        x             2          2x
Teapot       x+7            1         x+7
TOTAL                                 30.20
</pre>
{{{highlight_green(4x+(2x)+(x+7)=30.2)}}}

.

.
x, for saucer price to the nearest 1 cent,  $3.31.
.The teapot price is  $10.31