Joanne C. answered 05/28/23
Enthusiastic Math and Science Tutor with over 20+ years of experience
Hi Nicole,
In this problem we are given:
- Cost to produce x units C(x) = 0.1x2 + 1600 + 18x
- Revenue for sale of x units R(x) = 100 x
Find: the smallest number of units that must be produced and sold to break even.
To "Break Even" the cost for producing x items would equal the revenue for selling x items.
You are looking for the number of items x that would make the above 2 equations equal to each other.
So what value of x makes them equal
C(x) = R(x)
0.1x2 + 1600 + 18x = 100 x
This is a quadratic equation. The zeros of the equation are the possible solutions to the problem.
10(0.1x2 - 82x + 1600 = 0)
x2- 820x+16000 = 0
(x-20)(x-800) = 0
x= 20 or 800
Check to see if these values make the cost and revenue the same.
C(x) = 0.1x2 + 1600 + 18x
C(20) = 0.1(20)2+1600 +18(20)
C(20) = 2000
R(x) = 100 x
R(20) = 100(20)
R(20) = 2000
When you have made 20 items, you break even.
Now check the other number 800 to see if that also works
C(x) = 0.1x2 + 1600 + 18x
C(800) = (0.1)8002 + 1600 + 18(800)
C(800) = 80,000
R(x) = 100x
R(800) = 100(800)
R(800)= 80,000
So this number also works.
If you graph the 1st equation, it's a parabola
The 2nd is a straight line.
The intersection of the 2 equations is the answer to your problem.
They intersect twice. Once at 20 and then at 800.
In between 20 and 800, the Revenue is greater than the cost. Before 20 and after 800, Cost exceeds Revenue.
So the first time you break even is the first number units = 20