Random samples with size 5 are drawn from the population containing the values 26, 32, 41, 50, 58, and 63.
Determine the number of possible samples with size 5.
Consider two situations: samples without replacement (order of numbers does not matter) and samples with replacement(order of numbers matters). In case we consider samples without replacement (order of numbers does not matter), we get different samples. We have to determine, which element to exclude (from numbers) to receive samples of size . For samples with replacement(order of elements matters) we receive elements. We used multiplication principle of combinatorics. Namely, we have empty places and we have choices for each place.
Answer: there are different samples without replacement(order of numbers does not matter) and samples with replacement(order of numbers matters).
Comments