Question 1007261
You choose any variable you want.  cost is price*quantity;
{{{cost=price*quantity}}}


You can pick a variable that helps you recognize "cost".
{{{c=p*q}}}
or 
{{{v=p*q}}}
or
{{{m=p*q}}}
whatever you want.


Notice p and q for Price and Quantity.