
David Gwyn J. answered 11/20/20
Highly Experienced Tutor (Oxbridge graduate and former tech CEO)
The function is r(x) = x (12 - 0.025x) and we want to find x when r(x) = $440,000.
Graphically, this is two functions, y = x (12 - 0.025x) and y = 440 and we need to find where they intersect. The latter is a straight line, the former is a quadratic (or parabola) as it has an x2 term.
To solve, we have 440 = x (12 - 0.025x)
=> 440 = 12x - 0.025x2
=> 0.025x2 - 12x + 440 = 0
=> 1/40 (x2 - 480x + 17600) = 0
I know 17600 = 440 x 40 which looks like 480, so it factorizes in this case
=> 1/40 (x - 40) (x - 440) = 0
hence x = 40 or x = 440 (two values, as expected).
The least value is x = 40 or 40,000 units.
You can double-check with Desmos Graphing to see the two graphs above, or use a Quadratic Equation Solver to find the roots of the quadratic equation. Or, more simply, we can plug 40 into the price equation p = 12 - 0.025 (40) = 11$. 11 x 40,000 units = $440,000 revenue as required.