+ 5
I would have 3 fields. First field is the price per unity. Second field is the quantity (how many the customer is buying). Third field is the total cost.
The first field is read-only since it's the current constant for the unit's cost. For the total cost, you'll simply multiple the first two fields together (Unit Price * Quantity = Total).
Hope that helps!