Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Challenge: Maximizing Profit Using Quadratic Functions | Section
Python Math Module Essentials: Trigonometry, Logarithms, and Constants - 1769704232288
Osio 1. Luku 7
single

single

Challenge: Maximizing Profit Using Quadratic Functions

Pyyhkäise näyttääksesi valikon

Tehtävä

Pyyhkäise aloittaaksesi koodauksen

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}

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 7
single

single

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

some-alt