Suppose that the discrete random variable X counts the number of heads in four tosses of a balanced coin. What is the probability of tossing at least two heads?
p = probability of head in a toss
p = 0.5
X~Binomial(4,0.5)
P(X≥2)=1−P(X<2)=1−(P(X=0)+P(X=1))=1−(C04(0.5)0(0.5)4+C14(0.5)1(0.5)3)=1−(0.54+4(0.5)4)=1−0.54(1+4)=1−0.3125=0.6875P(X≥2) = 1 -P(X<2) \\ = 1 -(P(X=0) + P(X=1)) \\ = 1 -(C^4_0(0.5)^0(0.5)^4 + C^4_1(0.5)^1(0.5)^3) \\ = 1 -(0.5^4 + 4(0.5)^4) \\ = 1 -0.5^4(1+4) \\ = 1 -0.3125 \\ = 0.6875P(X≥2)=1−P(X<2)=1−(P(X=0)+P(X=1))=1−(C04(0.5)0(0.5)4+C14(0.5)1(0.5)3)=1−(0.54+4(0.5)4)=1−0.54(1+4)=1−0.3125=0.6875
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment