To calculate the total cost after applying a 3% discount to the initial cost \( cc \), you can follow these steps:
-
Calculate the discount amount: \[ \text{Discount amount} = 3% \text{ of } cc = 0.03 \times cc \]
-
Subtract the discount from the original cost \( cc \): \[ \text{Cost after discount} = cc - \text{Discount amount} = cc - (0.03 \times cc) \]
-
Factor out \( cc \): \[ \text{Cost after discount} = cc (1 - 0.03) = cc \times 0.97 \]
Thus, the expression representing the cost after the discount is: \[ 0.97 \times cc \]