.
If a < b, show that a < (a + b)/2 < b.
Note: The number (a + b)/2 is called the arithmetic mean of a and b.
Can someone get me started by providing the first-two steps?
~~~~~~~~~~~~~~~~~
Write this equality/(identity), which is true for any/each value of "a"
a = + . (1)
In this equality, replace the second addend by the greater value .
Doing this way, from equality (1) you will get then INEQUALITY
a < + . (2)
It is the same as
a < . (3)
Thus, first part of the statement is proved.
+---------------------------------------------------+
| From this point, I continue for the second part. |
+---------------------------------------------------+
Write this equality/(identity), which is true for any/each value of "b"
+ = b. (4)
In this equality, replace first addend by the lesser value .
You will get then INEQUALITY
+ < b. (5)
It is the same as
< b. (6)
Combining (3) and (6) together in one compound inequality, we get
a < < b,
QED.
Solved and explained.