0

I need a direct proof for "If a and b are integers with $a < b$, then the average of a and b is greater than a and less than b." I have so far:

Hypothesis: A and B are integers and $A < B$

Conclusion: $ A < \frac{A + B}{2} < B $

But I'm not really sure where to go from there. Thank you!

GiantDuck
  • 129

2 Answers2

2

$b>a \implies b+a>a+a \implies \frac{b+a}{2} > \frac{a+a}{2} = a $

Also we have $b>a \implies b+b > a+b \implies b>\frac{a+b}{2}$

Then we have $a<\frac{a+b}{2}<b$ as required

mrnovice
  • 5,773
1

$A < B \implies A + A < A + B < B + B \implies 2A < A+B < 2B \implies A < \frac {A+B}2 < B$.

fleablood
  • 124,253