-1

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.

Welbog
  • 59,154
  • 9
  • 110
  • 123
Pup
  • 13
  • 1

1 Answers1

0

Once you know that a + 1/a >= 2, the second part is easy. Define:

a := x/z,  b := y/z,  c := y/x

and now

(x+y)/z + (y+z)/x + (x+z)/y = x/z + y/z + y/x + z/x + x/y + z/y
                            = a + b + c + 1/a + 1/c + 1/b
                           >= 2 + 2 + 2
                            = 6
Leandro Caniglia
  • 14,495
  • 4
  • 29
  • 51