The piecewise-defined function to describe this situation:
Step-by-step explanation:
Charge for less than 20 pounds = $3.00
Let number of pounds of candy = n
if n < 20 pounds
Total charge: $3 * n = 3n
Charge for more than 20 pounds = $2.5
Let number of pounds of candy = n
if n > 20 pounds
Total charge = $2.5 * n = 2.5n
To create a piecewise-defined function to describe this situation:
Let the total charge = f(x)