Prove that if $x<y$, then $3x+2y<2x+3y<5y$

42 Views Asked by At

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$ ?

3

There are 3 best solutions below

0
On BEST ANSWER

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$.

0
On

We have $$2x+3y<2y+3y = 5y$$

and $$2x+3y= 2x+2y+y>2x+2y+x = 3x+2y$$

0
On

You can prove that $3x+2y<2x+3y$ observing that$$(2x+3y)-(3x+2y)=y-x>0.$$And, since $x<y$, $2x+3y<2y+3y=5y$.