The Question
Consider the samples $\{1, 3, 4, 6\}$ from some distribution.
a) For one random bootstrap sample, find the probability that the mean is $1$.
b) For one random bootstrap sample, find the probability that the maximum is $6$.
c) For one random bootstrap sample, find the probability that exactly two elements in the sample are less than $2$.
My Understanding
We just started to learn the bootstrap in class and I came across this question. I'm a little confused, as I feel like this question is too easy, as the mean of any sample with those numbers is always $3.5$ so a) is $0$. The maximum will always be $6$ so b) is $1$. And $2$ of the numbers cannot be less than $2$. So c) is $0.$
Is there something major that I'm missing?
My understanding is that you should take a random sample, presumably of size 4, of those four values with replacement. This means that they need not all appear, in which case the probabilities you are asked to find will not be those got from the given sample.