Michael D. answered 03/10/23
PhD in Math with 20+ Years Teaching Experience at the University Level
In an Algebra course, this is solved by Completing the Square. Start by extracting the factor of 0.04:
C = 0.04(x^2 - 200x + 20000)
Working within the parentheses to complete the square for x^2 - 200x, add (200/2)^2 = 10000. There are several ways to do the arithmetic, but you should wind up with:
C = 0.04(x^2 - 200x + 10000 +10000)
Distribute the extra constant term and rewrite the perfect square:
C = 0.04(x^2 - 200x + 10000) + 0.04(10000)
C = 0.04(x - 100)^2 + 400
The minimum value of C occurs when (x - 100) = 0, which gives x = 100 and C = 400. There is no need to round here, since both values are whole numbers.