Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Maximizing Profit Using Quadratic Functions | Functions and Their Properties
Mathematics for Data Science with Python
セクション 1.  7
single

single

bookChallenge: Maximizing Profit Using Quadratic Functions

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

A small business tracks its monthly profit over a 12-month period. You're given the company's profit function:

P(x)=x2+12x20P(x) = -x^2 + 12x - 20
  • xx = Number of units sold;
  • P(x)P(x) = Profit in $1000 units;
  • The negative coefficient of x2x^2 means profit increases to a point, then decreases due to production costs.

  1. Find the optimal number of units to sell — this is the vertex of the parabola, given by the formula:

    x=b2ax = -\frac{b}{2a}
  2. Find the breakeven points where profit is zero — the roots of the quadratic equation, calculated as:

    x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  7
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt