173k views
5 votes
How many samples of size 5 are possible when selecting from a set of 10 distinct integers if the sampling is done with replacement?

User Mucka
by
4.1k points

1 Answer

5 votes

Answer:

100000 ways

Explanation:

Given that there are 10 distinct integers.

5 numbers are drawn with replacement

Prob that each number is drawn will have 10 choices

So each of 5 number can be selected in 10 ways

No of ways to select 5 numbers with replacement

= 10^5

=100000 ways

User Alex Veleshko
by
4.0k points