Q1.Two cards are drawn successively without replacement from a wellshuffled deck of 52 cards. Find the probability distribution of the number of aces.
Let X denote the number of aces in a sample of 2 cards drawn from a wellshuffled deck of 52 cards. Then X can take the values 0, 1 and 2.
P(X=0)=P(no ace)=5248⋅5147=221188
P(X=1)=P(one ace)=524⋅5148+5248⋅514=22132
P(X=2)=P(two aces)=524⋅513=2211 The probability distribution of X is given by
X=xp(X=x)022118812213222211
Q2. Let X denote the number of defective bolts in a sample of n bolts: X∼Bin(n,p)
P(X=x)=(kn)px(1−p)n−x Given p=0.2,n=5.
P(X=1)+P(X=2)=
=(15)(0.2)1(1−0.2)5−1+(25)(0.2)2(1−0.2)5−2=
=5(0.2)(0.8)4+10(0.2)2(0.8)3=0.6144 Probability that a second sample is required =0.6144.
Comments