I am stuck with the following problem:
Let $x,y \in \mathbb{R}$, prove that if $x<y$, then $$3x+2y<2x+3y<5y$$
I have the following:
Suppose $x<y$, then
$x+2x<y+2x$
$ \Rightarrow $ $3x<y+2x$
$ \Rightarrow $ $3x+2y<y+2x+2y$
$ \Rightarrow $ $3x+2y<3y+2x$
$ \Rightarrow $ $3x+2y<2x+3y$
How can I further prove that $3x+2y<2x+3y<5y$ ?
Start from $x<y$. Add $2x$ to both sides to get $3x<y+2x$. Now add $2y$ to both sides to get $3x+2y<3y+2x$.
As for the second inequality it is even easier. If $x<y$ then $2x+3y<2y+3y=5y$.