If $$a<b<c<d$$ Which is larger without using examples of numbers?
$$x=(a+b)(c+d), y=(a+c)(b+d), z=(a+d)(b+c)$$
I did this exercise, but I have not managed to complete it. The first thing I did was to expand them and then compare ax with z and so on, I know that the correct answer is that z is greater, but I can not assume I have to prove it and my doubt is at the end of taking away the similar terms, since I am assuming that the difference of one side is less than the term that remains for the other.
Hint: assuming $$x\le y$$ we get by expanding $$ac+bc+ad+bd\le ab+bc+ad+cd$$ then we get $$c(a-d)\le b(a-d)$$ so we get $$(a-d)(c-b)\le 0$$ Can you finish? since $a-d<0$ and $c-b>0$ then our inequality is true.