SOLUTION: If X~B(8,0.5), find P(X < 4)
Algebra.Com
Question 1192211: If X~B(8,0.5), find P(X < 4)
Answer by math_tutor2020(3817) (Show Source): You can put this solution on YOUR website!
X~B(8,0.5) means the random variable X is a binomial random variable with these parameters
n = 8 = sample size
p = 0.5 = probability of success
The probability function is
P(x) = (n C x)*(p)^x*(1-p)^(n-x)
P(x) = (8 C x)*(0.5)^x*(1-0.5)^(8-x)
P(x) = (8 C x)*(0.5)^x*(0.5)^(8-x)
The n C x refers to the nCr combination formula notation.
Plug in x = 0
P(x) = (8 C x)*(0.5)^x*(0.5)^(8-x)
P(0) = (8 C 0)*(0.5)^0*(0.5)^(8-0)
P(0) = (1)*(0.5)^0*(0.5)^8
P(0) = 0.00390625
Repeat for the the x values from x = 1 to x = 3
You should get these results
X | P(X) |
0 | 0.00390625 |
1 | 0.03125 |
2 | 0.109375 |
3 | 0.21875 |
Then we can say:
P(X < 4) = P(0) + P(1) + P(2) + P(3)
P(X < 4) = 0.00390625 + 0.03125 + 0.109375 + 0.21875
P(X < 4) = 0.36328125
RELATED QUESTIONS
4. Compute the probability.
a. If P(A) = 0.2 , P(B)= 0.4, and P(A and B) = 0.1, find... (answered by ikleyn)
A random variable X has a cumulative distribution function
F(x) =
8
<
:
1
2x if 0 < (answered by ikleyn)
If P(A and B) = 0.2 and P (B|A) = 0.5, find P... (answered by math_tutor2020,greenestamps)
Use Table A0 in Appendix I to find the following:
a) P(x < 12) for n = 20, p = 0.5
b) (answered by math_tutor2020)
Find the following binomial probabilities:
a. n=8, p=.25, P(x = 4)
b. n=16, p=.4,... (answered by jim_thompson5910)
If A and B are events with P(A)=0.8, P(A OR B)=0.87, P(A AND B)=0.23, find... (answered by math_tutor2020)
Let X be b(2, p) and let y be b(4, p). If p(X ≥ 1) = 5/9
, find P(Y ≥... (answered by ikleyn)
8. If y varies inversely as x. If y = 15 when x = 3, find y when x = 1.
A. 45
B. 4.5
(answered by josgarithmetic,ewatrrr,MathLover1)
Find the missing probability.
P(A) = 0.5
P(B) = 0.6
P(A and B) = ?
P(A) = 0.31... (answered by ikleyn)