1.) Consider the identity
$$(px + (1-p)y)^2 = Ax^2 + Bxy + Cy^2.$$
Find the minimum of $\max(A,B,C)$ over $0 \leq p \leq 1$.
2.) Let $n$ be a positive integer. Show that the smallest integer greater than $(\sqrt{3} + 1)^{2n}$ is divisible by $2^{n+1}$.
I saw both of these problems as I was working on some algebra review problems. I was stuck on these for quite a while, with no clue how to do either. For the second problem, I tried proving $\lceil (\sqrt{3}+1)^{2n} \rceil = (\sqrt{3}+1)^{2n} + (\sqrt{3}-1)^{2n}$, in hopes of simplifying to get the answer, but I could not do so. Can I have some help as to how to do these problems? It would be greatly appreciated, thanks!
For the first one, the max should be minimized when two of $A,B,C$ are equal. Checking all three possibilities, you see that the minimum occurs when $B=C$ at $p=1/3$.