With ordered 4 real values satisfying the constraint as below, find the possible range of the largest one (i.e., the allowed interval for the variable $a$):
Let $a \geq b \geq c \geq d$ be reals satisfying: $$ 9\sum_{\mbox{cyc}} a^2 +10(ab+ ac+ad+bc+bd+cd) = 16.$$ Find the minimum and the maximum possible values for $a$.
I wrote the second term as $5 [(∑x_i)^2−∑x_i^2]$. Then, arrange the equality with variables sum and sum of squares to look like equation of an ellipse. From there, each term is bounded in absolute value (by values of the ellipse semi-axes). Then I bound for example $4d<a+b+c+d<4a$ and get some bounds for $d$. Note that if set $(a,b,c,d)$ is a solution, also the set $(−d,−c,−b,−a)$ is a solution.