X− random value, the number of faced cards
P(X)− probability of getting X faced cards with replacing
3.
Here is a binomial distribution. Experiment: shuffle a deck of cards, pull one card. Experiment repeats 5 times. Success is to pull faced card. So probability to pull k faced cards after 5 experiments is C5k⋅pk⋅q5−k , where p=12/52,q=1−p=40/52.
1.
X012345P(X)(5240)5≈0.26935⋅(5212)1⋅(5240)4≈0.40410⋅(5212)2⋅(5240)3≈0.242410⋅(5212)3⋅(5240)2≈0.07275⋅(5212)4⋅(5240)1≈0.0109(5212)5≈0.0007
2.
E=0⋅0.2693+1⋅0.404+2⋅0.2424+3⋅0.0727+4⋅0.0109+5⋅0.0007≈1.154
X− random value, the number of faced cards
P(X)− probability of getting X faced cards without replacing
3.
Here is a hypergeometric distribution. Selections are made from two groups without replacing members of the groups. Success group consists of 12 elements, second group consists of 40 elements. So probability to pull k elements from success group after 5 draws is C12k⋅C405−k/C525 .
1.
X012345P(X)C120⋅C405/C525≈0.2532C121⋅C404/C525≈0.422C122⋅C403/C525≈0.2509C123⋅C402/C525≈0.066C124⋅C401/C525≈0.0076C125⋅C400/C525≈0.0003
2.
E=0⋅0.2532+1⋅0.422+2⋅0.2509+3⋅0.066+4⋅0.0076+5⋅0.0003≈1.1537
Comments