Q1.
Consider any 2 numbers. Find their average/arithmetic mean. Repeat this by taking other pairs. What do you observe?
Answer
For two numbers the mean always lands exactly halfway between them.
3 and 7 → (3 + 7) ÷ 2 = 5, and 5 is 2 away from each
8 and 9 → (8 + 9) ÷ 2 = 8.5, and 8.5 is 0.5 away from each
40 and 100 → (40 + 100) ÷ 2 = 70, and 70 is 30 away from each
8 and 9 → (8 + 9) ÷ 2 = 8.5, and 8.5 is 0.5 away from each
40 and 100 → (40 + 100) ÷ 2 = 70, and 70 is 30 away from each
Why it happens: take any two numbers p and q with p < q. Their mean is (p + q) ÷ 2. Its distance from p is (p + q)/2 − p = (q − p)/2, and its distance from q is q − (p + q)/2 = (q − p)/2. The two distances are the same expression, so the mean must sit at the midpoint.
Tip: this is the first hint of the big idea of this section — the mean is the point that balances the data. With two numbers, balancing simply means standing midway.