the question
Determine the real numbers $a, b, c, d \in [1,3]$, knowing that the relation $(a + b + c + d)^2 = 3(a^2 + b^2 +c^2 + d^2)$.
my idea
$(a+b+c+d)^2=a^2+b^2+c^2+d^2+2(ab+ac+ad+bc+bd+cd)$
$=> 2(ab+ac+ad+bc+bd+cd)=2(a^2 + b^2 +c^2 + d^2)=> ab+ac+ad+bc+bd+cd=a^2 + b^2 +c^2 + d^2$
From here I've been trying to get it to a form where 0 will equal the product of some numbers but I didn't get to anything helpful.
I hope one of you can help me! Thank you!
For $x \in \{a,b,c,d \}$, we have: $$(x-1)(x-3) \le 0 \iff x^2 \le 4x-3 \tag{1}$$ Let us denote $S = a+b+c+d$, from $(1)$ and the assumption, we deduce that $$\begin{align} &S^2 = 3 \sum_{\text{sym}}a^2 \le3 \left( \sum_{\text{sym}}(4a-3) \right) = 12S-36\\ \iff &(S-6)^2\le 0\\ \iff &S = 6 \tag{2} \end{align}$$
So, $(a,b,c,d)$ must satisfy the equality of $(1)$ and the equality of $(2)$.
As we cannot have $2$ variables having value equal to $3$, it's easy to deduce that the largest variable must be equal to $3$ and the 3 smaller variables receive value of $1$.