This is a problem that my friend and I are working on for olympiad training.
Let $a, b, c$ be real numbers in the interval $[0,1]$ that satisfy $ab+c \leq 1$. What is the maximum value of $a+b+c?$
I'm guessing the maximum is at $a,b=1$ and $c=0$, where we have $a+b+c=2$. As for proving this, I'm not sure how to proceed. Maybe AM-GM? Thanks for the help.
Let $S=a+b+c$ and fix $b$, then $$S\leq a+b +1-ab = a(1-b) +1+b =: f(a)$$
Since $b\leq 1$ we see that $f$ is increasing linear function, so $$f(a) \leq f(1) = 2$$
Since at $a=b=1$ and $c=0$ we see that $S_{\max}=2$.