Calculate the expected value (average outcome) for a discrete uniform distribution where all outcomes are equally likely. Perfect for fair dice, random integer selection, or any scenario with equal probabilities.
The expected value E(X) represents the average outcome you would get if you repeated this random experiment many times. For a discrete uniform distribution with equally likely outcomes, E(X) is simply the midpoint between the minimum and maximum values.
With E(X) = 3.50, this means:
Because every outcome has equal probability (1/n), the expected value calculation simplifies to the arithmetic mean of all values. The sum of integers from a to b equals n(a+b)/2, and dividing by n gives us (a+b)/2.