You have a lottery number with ten slots. On each slot is an equally probably number from 0 to 1. You are paid the maximum number of the ten slots. What is the expected payout of the lottery number.
My strategy was to use the integral definition for expected value. The probability $p(x)$ that a single value $x$ is the highest of all the ten slots means that all the other values must fall within the range from $0$ to $x$, which happens with probability of $x^9$. Since there are ten different spots that this happens is $10x^9$. Then using the definition of expected value, we get $\int_0^1 x10x^9 \,dx$ = $\frac{10}{11}$.
Does this look correct?