How do you find the average when maximum and minimum values are known?

Answer:
You add the maximum and minimum values, then divide it by 2.
====================
You can't.

Let's say you have three numbers. The maximum is 10, the minimum is 1.

If the numbers are 1, 7, 10, the average is (1+7+10)/3 =6.
If the numbers are 1, 4, 10, the average is (1+4+10)/3 =5.

So two different sets of numbers with the same maximum and minimum have different averages!
Note: There are comments associated with this question. See the discussion page to add to the conversation.
First answer by 12345TD. Last edit by Dracular. Contributor trust: 115 [recommend contributor recommended]. Question popularity: 1 [recommend question].