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