Let X~(B6,0.35), find P(X<4|X>2)
@satellite73
@dan815
@misty1212
anyone help please?? I really need to know it for my exams tomorrow D:
What kind of problem is this
stats @optiquest
i think i might have an idea but not sure the question is what it the probability of less that 4 successes given that there are greater than 2 right?
are you using a table of some kind?
@misty1212 yes
there is no table provided but I made my own
are you allowed to use a calculator? if so, which type do you have?
gdc ti-84 plus; yes you can use calc @jim_thompson5910
I don't know what the gdc stands for, but I do have a TI84 plus you can use the TI84 plus to find binomial probabilities quickly hit the "2nd" key, then hit the "vars" key then scroll down to "binomcdf" the binomcdf function has this basic template binomcdf(trials, probability, value) http://tibasicdev.wikidot.com/binomcdf so you'll type in 6 for the trials, then 0.35 for the probability. The "value" is the value k such that \(\Large P(B \le k) = m\) is true. The value of m is the result of the binomcdf function
Example: calculating P(X <= 4) binomcdf(6, 0.35, 4) = 0.977678
@jim_thompson5910 I know how to do that, but for this particular question, P(X<4|X>2), what are the steps you have to take?
first you need to find P(X > 2) use this idea \[\Large P(X \le 2) + P(X > 2) = 1\] \[\Large P(X > 2) = 1 - P(X \le 2)\]
to calculate \(\Large P(X \le 2)\) you would type in binomcdf(6, 0.35, 2)
Yep I did that. for this question, I tried doing P(X>2)/P(X<4) but its not correct...?
Conditional Probability \[\Large P(A | B) = \frac{P(\text{A and B})}{P(B)}\]
A = event that X < 4 B = event that X > 2
so its P(X>2) x P(X<4) all divided by P(X<4)?
won't it just be P(X>2)
P(A and B) = P(X < 4 and X > 2) = P(X = 3) = ??
you use the binompdf for single binomial probabilities (as opposed to binomcdf which adds up a bunch of probabilities)
@jim_thompson5910 what do you mean?
what is the probability that X = 3?
0.8825.... but why do you need this number?
no you don't type in binomcdf(6, 0.35, 3) for this part you type in binompdf(6, 0.35, 3)
ohhh oops. so its 0.2354
ahh i get it now!! the answer is 0.667. thank you so much!
A = event that X < 4 B = event that X > 2 \[\Large P(A | B) = \frac{P(\text{A and B})}{P(B)}\] \[\Large P(X < 4 | X > 2) = \frac{P(X < 4 \text{ and } X > 2)}{P(X > 2)}\] \[\Large P(X < 4 | X > 2) = \frac{P(X = 3)}{P(X > 2)}\] \[\Large P(X < 4 | X > 2) = \frac{0.2354909375}{0.35291484}\] \[\Large P(X < 4 | X > 2) = \frac{0.2354909375}{0.35291484}\] \[\Large P(X < 4 | X > 2) = 0.66727411491112\]
yes correct
@jim_thompson5910 thank you so so so much!! would you be able to help me in another question?
sure
Join our real-time social learning platform and learn together with your friends!