To find the cost after applying a 20% discount to the total cost \( cc \), you first determine what 20% of \( cc \) is, and then subtract that amount from \( cc \).
-
Calculate the amount of the discount: \[ \text{Discount} = 0.20 \times cc \]
-
Subtract the discount from the original cost: \[ \text{Cost after discount} = cc - (0.20 \times cc) \]
-
This can be simplified: \[ \text{Cost after discount} = cc \times (1 - 0.20) = cc \times 0.80 \]
So, the expression that represents the cost after the discount is: \[ 0.80cc \]