This question actually had two parts. In the first part I had to prove that a + 1/a >=2
. I proved it by rearranging it to (a-1)^2 >= 0
, which is always true.
So, I thought the second problem would require a similar method.
(x+y)/z + (y+z)/x + (x+z)/y >=6, where x,y,z>0
But I cant figure it out. I've tried simplifying it and factoring it for ideas but I've got nothing.