%path = "maths/finance/cost and price theory/profit model" %kind = chindnum["problems"] %level = 12 A product is sold at constant price {{chiven.p}}. Make a quadratic model through these cost points %for ax,ay in zip(chiven.x,chiven.y): ({{ax}},{{ay}}) %end
Find the production quantity, for which the profit is maximal.
x = %chq(0)
Calculate the maximal profit?
G = %chq(1)