Test Question D: The sum of four positive numbers is 4, and the sum of their squares is 8. Determine the maximum value of the largest of these four numbers.
Restate it as: Let a⩾b⩾c⩾d>0, and satisfy a+b+c+d=4,a2+b2+c2+d2=8,
Find maxa= ?
Official solution
maxa=nu+(n−1)(nv−u2)=44+(4−1)(4×8−16)=1+3.
In the above problem, taking n=4,u=4,v=8, we have maxa=nu+(n−1)(nv−u2)=44+(4−1)(4×8−16)=1+3.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.