100
Write a function that models an inequality that will find the highest cost per unit, p, in order for the company below to make a profit. R(p) is the revenue and C(p) is the cost per unit.
R(p) = -p^2 + 11p
C(p) = 3p
R(p) - C(p) > 0
-p^2 + 11p - 3p > 0