The value of $\displaystyle \underbrace{\min}_{0 \le x \le 1} \max \ [\{x^2, (1 - x)^2, 1 - x^2 - (1 - x)^2\}]$ can be written in the form $\displaystyle\frac{m}{n}$ , where $m$ and $n$ are positive integers with gcd$(m, n) = 1$. Find $m + n$
We can write it as
$\displaystyle f(x)=\max[x^2,(1-x)^2,2x(1-x)]$
Here graph of $f(x)$ as follows
Now solving $\displaystyle x^2=(1-x)^2\Longrightarrow x=\frac{1}{2}$
Also $\displaystyle (1-x)^2=2x(1-x)\Longrightarrow x=1,1/3$
Also $\displaystyle x^2=2x(1-x)\Longrightarrow x=0,2/3$
How I find value of $\displaystyle \min(f(x))$ in $x\in[0,1]$
Please have a look on it

