prove that $a<\frac{a+b}{2}<b$

102 Views Asked by At

I was looking on a problem in which we need to find rational numbers between 2 numbers. In the solution it was told that to find rational numbers between a and b we need to find $\frac{a+b}{2}$ i.e., $a<\frac{a+b}{2}<b$. But I wanted to know if there any prove that satisfies $a<\frac{a+b}{2}<b$. If yes, then what is the proof?

2

There are 2 best solutions below

0
On BEST ANSWER

If $a<b$, then $\frac a2<\frac b2$.

Now, take the inequality $\frac a2<\frac b2$ and try to add some number to both sides. Try to add such a number that one side becomes $a$.

0
On

Suppose $a \leq b$. Then $(a+a)\; \leq \;(a + b)\; \leq (b+b)$. Dividing by two, we find the desired result: $$a \leq \frac{a+b}{2} \leq b.$$