Raymond B. answered 09/05/22
Math, microeconomics or criminal justice
C(x) = 20x for x<20
C(x) = 15x for x>20
but that means 20 pieces cost 20(20) = 400 pesos
and 21 pieces cost 15(21) = 315 pesos
which seems unlikely,but possible, so
odds are what was intended is:
C(x) = 20x for x < 20
C(x) =400+15(x-20) for x>20
or what says the same thing:
C(x) = 20x for x< 20
C(x)=15x +100 for x>20