SOLUTION: how many samples of size 3 can be drawn from s={2,4,8,10,12,}, (a) with replacement, (b) without replacement

Algebra.Com
Question 251685: how many samples of size 3 can be drawn from s={2,4,8,10,12,}, (a) with replacement, (b) without replacement
Found 2 solutions by stanbon, jrfrunner:
Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
how many samples of size 3 can be drawn from s={2,4,8,10,12,},

(a) with replacement: 5^3 = 125
------------------
(b) without replacement: 5P3 = 5*4*3 = 60
------
Cheers,
Stan H.

Answer by jrfrunner(365)   (Show Source): You can put this solution on YOUR website!
there are 4 scenarios
1. Order is important and with replacement
in this case each of the three times there are five choices: 5*5*5 =5^3=125
2. order is important and without replacement
in this case you decrement the choices as each is selected: 5*4*3= 60
3. Order is NOT important and with replacement
in this case choice 2,4,8 is the same as 8,4,2 or 4,2,8 etc
so the number of ways is (n+k-1)C(k) where n=number of choices, k=selected
or (5+3-1)C3 = 7C3 = 35
4. order is NOT important and without replacement
in this case the number of ways is 5C3=10

RELATED QUESTIONS

Consider the following scenario: Marbles are drawn without replacement from a bag of 15... (answered by stanbon)
Consider the following scenario: Marbles are drawn without replacement from a bag of 15... (answered by oscargut)
Hello, This is under Statistics and Probability 1. A bowling league has 8 different... (answered by ewatrrr)
1.) How many different ways can 3 cards be drawn from a deck of 52 cards without... (answered by Boreal,ikleyn)
In how many ways can a sample (without replacement) of 8 items be selected from a... (answered by ikleyn)
A batch of 10 gaskets contains 4 defective gaskets. If we draw samples of size 3 without... (answered by Fombitz)
A population consists of the five numbers 2, 3, 6, 8, 11. Consider all possible samples... (answered by Edwin McCravy)
Consider a population consisting of 5 elements: {1,2,3,4,5}. We will draw a sample of... (answered by greenestamps)
Five cards are drawn from a pack of well-shuffled cards without replacement. Find the... (answered by Alan3354,ikleyn)