6. How many 4-digit odd numbers >4000 can be formed using the numbers 0,2,3,4,5,8 with 2 used exactly once without repetition of digits?
We use product rule:
1-place may be 4,5,8-3 possibilities
In each case position for 2 may be of 2,3,4 without constraints or 3 possibilities
For other two places we have 4 digits and therefore 4∙3=12 opportunities without repetition
Finally according to product rule there are N=3∙3∙12=108 cases.
7. A bag consists of 4 red, 3 green, 2 white and 1 purple marbles. 5 are randomly selected. Find the probability of selecting 2 reds and 1 of each of the other colours.
For all combiтations there are
C105=1⋅2⋅3⋅4⋅510⋅9⋅8⋅7⋅6=2⋅3⋅2⋅7⋅6=504
For desired combination we hаve
С42⋅C31⋅C21⋅C11=1⋅24⋅3⋅3⋅2⋅1=36 cases
Thus desired probabality equals to 50436=272
8. A fair die is rolled 10 times.
determine the probability that a 6 is displayed thrice
At whole there are N=610 possibilities
Cases with two 6 there are C102=1⋅210⋅9⋅58=45⋅58
Thus probability of the situation is 61045⋅58=0.75⋅(65)8
9. 5 cards are dealt, without replacement, from 52-pack set of cards.
Find the probability that a distinct 5-card poker
hand will display at most 2 DIAMONDS.
Solution:
N1=C395=5!34!39!− cases with 0 diamonds
N2=13⋅C394=4!⋅35!13⋅39! cases with exactly 1 diamond
N3=C132⋅C393=3!36!108⋅39! cases with two diamonds
N=C525=5!47!52! - number of all possible cases
p=NN1+N2+N3=5!47!52!5!34!39!+4!⋅35!13⋅39!+3!36!108⋅39! =
=(35∙…∙47)/(40∙…52)+(13∙5∙36∙…47)/(40∙…52)+(108∙20∙37∙..47) /(40∙…52)=(35∙36+65∙36+108∙20)∙(37/42)∙(38/41)∙…∙(47/52)/(40∙41)
10. A MCQ consists of 10 questions each having 4 options. Find probability that the student answers at least 3 questions correctly
Solution:
We use the fornula P(n,k)=Cnk⋅pk⋅(1−p)n−k for having exactly k right answers with probability p for each. Thus
P=1−P(10,0)−P(10,1)−P(10,2)=1−((43)10+C101⋅41⋅(43)9+C102⋅(41)2⋅(43)8)=C103⋅(41)3⋅(43)7==1−(43)8⋅((43)2+10⋅41⋅(43)+45⋅(41)2)
Comments