I have an answer to Binary tree where every internal vertex is of degree 3., but it requires a proof of the following:
Question: How to show $2-2/x - \log_2(x) \geq 0$ for $x \in [1,2]$?
Wolfram|Alpha indicates it's true, although you need to click on "approximate form" and "more digits", when it says it's true when 1.000000000000000000<=x<=2.0000000000000000000.
We have equality when $x=1$ and $x=2$, so the left-hand side is not increasing on the interval $[1,2]$, which makes it hard to prove via derivatives.
Hint: define $$f(x)=2-\frac{2}{x}-\frac{\ln(x)}{\ln(2)}$$ and calculate $$f(1),f(2)$$ and solve the equation $$f'(x)=0$$ for $x$