Question

Assume the random variable X has a binomial distribution with the given probability of obtaining a...

Assume the random variable X has a binomial distribution with the given probability of obtaining a success. Find the following probability, given the number of trials and the probability of obtaining a success. Round your answer to four decimal places. P(X>3), n=4, p=0.8

Please explain how to figure out the P(X>3) thing because that's the part I am struggling really badly on. I have to use excel to calculate my problems. I know it's =BINOM.DIST(?, 4,0.8,TRUE) but the first part of that is stumping me. Can somebody please explain it for me?

For instance, P(X = or > 3) is also confusing on how to choose that answer.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Binom.dist function helps us to calculate the probability value for either X = cases or for X < cases but for X > cases, you need to tweak this formula a little.

Case 1: If in above example, it was x = 3:

Formula: Binom.dist(3, 4, 0.8, False) [Notice the False instead of true, False is used in case if we want the probability only on that specific point and not cumulative probability]

Case - 2: If in the above example, it was x < 3

Formula: Binom.dist(3, 4, 0.8, True)

Case - 3: If in the above example, it was x > 3

Now as per probability rules:

P(X > 3) + P(X < 3) = 1

So,

P(X > 3) = 1 - P(X < 3)

Hence,

Formula for this will be: 1 - Binom.dist(3, 4, 0.8, True)

Add a comment
Know the answer?
Add Answer to:
Assume the random variable X has a binomial distribution with the given probability of obtaining a...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT