3

If $0 < x < y$, show that $x < (x+y)/2 < y$ is true.

I think this is an easy question, but I just can't see its solution. I thought I could add $x$ to all the terms, then I'd get $x < 2x < y + x$. From this, I could say that $2x < y +x$, so $x < (y+x)/2$. But I can't think in anything to keep with the solution.

Math Lover
  • 15,153
Ericli
  • 33

3 Answers3

6

Since $x<y,$ $$ 2x = x+x < x+y < y+y = 2y. $$ Now divide by $2$ throughout.

MSDG
  • 7,143
  • 1
    oh, I understand now. I was with my mind closed, thinking that I only could add things in all the terms at once, like when you do with a equation. But now i'm clarified. Thank you. – Ericli Aug 30 '18 at 17:52
0

If $0<x<y$ then $y<x+y<2y$ implies $\frac{y}{2}<\frac{x+y}{2}<y$.

If $x<\frac{x+y}{2}$ then $2x=x+x<x+y$, which is true. Hence $x<\frac{x+y}{2}<y$, as required.

Daniel Buck
  • 3,564
0

Alternatively, since $x<y$, you can consider $y=x+a, a>0$. Now substitute: $$\color{red}x < \color{green}{(x+y)/2} < \color{blue}y \iff \\ \color{red}x<\color{green}{\frac{x+x+a}{2}=x+\frac a2}<\color{blue}{x+a},$$ which is true.

farruhota
  • 31,482