Five street vendors sell oranges. Four of them ask \$1 each, and one asks \$3.
The first approach to a price average would be ( 1 + 1 + 1 + 1 + 3 ) / 5 = 1.4.
The second approach, only considering unique prices, would be ( 1 + 3 ) / 2 = 2.
What are the correct terms for these two different averages, and in what situations is one a better approach than the other?