Skip to main content

Challenge 407: A Mean Problem

Can you make the averages line up?

I have a list of n integers, where n is even.

The mean, median, mode and range of my numbers are all equal to n.

What is the smallest number that could be included in my list?

(You might be interested in investigating what happens when n is odd - I think it could get complicated!)