Easy
Turn both means into sum equations. Subtracting them yields u+v, and since u,v are expressions in x,y,z this produces a third linear relation. Solve to pin down y and the sum x+z, then use x≥z to minimise x.
1
Write the two means as sums.
x+y+z=80×3=240(1)x+y+z+u+v=75×5=375(2)
2
Subtract to get u+v, then expand. From (2)−(1) we get u+v=135. Substitute u=2x+y, v=2y+z:
2x+y+2y+z=135⇒ x+2y+z=270(3)
3
Eliminate to find y and x+z. Subtract (1) from (3):
(x+2y+z)−(x+y+z)=270−240⇒ y=30⇒ x+z=240−30=210(from (1))
4
Minimise x under x≥z. With x+z=210 and x≥z, the smallest x occurs when x=z.
x=z=2210=105
xmin=105