Find binomial probabilities

Assignment Help Basic Statistics
Reference no: EM132829234

Binomial Probabilities

The Probability of an event can be expressed as a binomial probability if its outcomes can be broken down into two probabilities, p, which is a success and q, which is a failure. Where p and q are complementary

p + q = 1

Thus,

q = 1 - p

You need to rewrite the probabilities in the less than or equal to form to use the function in EXCEL. We will use Excel to find Binomial Probabilities. The probabilities do need to be in the less than or equal to form to use Excel. This is very important.

Here are some common Binomial Probabilities and how they would get re-written to calculate in the less than or equal to form, to use Excel.
• Pr (X = j) type in the following into Excel "= Binom.Dist( j, n, p, FALSE)"
• Pr (X ≤ j) type in the following into Excel "= Binom.Dist( j, n, p, TRUE)"
• Pr(X < j) = Pr (X ≤ j - 1) type in the following into Excel "= Binom.Dist( j-1, n, p, TRUE)"
• Pr(X > j) = 1 - Pr (X ≤ j) type in the following into Excel "= 1 - Binom.Dist( j, n, p, TRUE)"
• Pr(X ≥ j) = 1 - Pr (X ≤ j - 1) type in the following "= 1 - Binom.Dist( j - 1, n, p, TRUE)"
• To find the expected value of X, type in the following into Excel "= n*p"
• To find the standard deviation of X, type in the following into Excel "= sqrt(n*p*q)"

In general, when you use Excel Binom.dist, the excel function wants you to enter in the following information:
• number_s = number of successes (usually, this is called X)
• trails = number of trials (usually, this is call n)
• probability_s = probability of success (usually, this is called p)
• cumulative = FALSE for exact probabilities, and TRUE for "less than or equal to" (≤ ) probabilities

Suppose during week 1, we asked 10 random people whether or not they believe in Magic. Out of 10 people, 3 said yes, and 7 said no. Based on this sample, let us assume that 30% (which is 3/10 * 100%) of people in the population believe in Magic. In other words, let us assume that p = 0.30.
1) If we were to find another random sample of 15 people, what is the probability that exactly 5 people will believe in Magic?

• number_s = here we want to find the probability that X = 5 (exactly 5)
• trails = The number of trails, or n, is 15 since we are randomly sampling 15 people
• probability_s = this is the probability of success, p, which we assumed is 0.30
• cumulative = FALSE for exact probabilities Type in the following into Excel:

Convert the answer to a percentage using the "%" button (marked yellow below), then increase the number of decimals using the <-0.00 button (marked green below)

You will get 20.61%. Therefore, we can conclude that if 30% of people believe in Magic, there is a 20.61% chance that exactly 5 out of 15 randomly selected people believe in Magic.

2) If we were to find another random sample of 15 people, what is the probability that fewer than 5 people will believe in Magic?

• number_s = here we want to find the probability that X < 5, which is the same thing as X being less than or equal to 4, X ≤ 4 (fewer than 5 = less than or equal to 4)
• trails = The number of trails, or n, is 15 since we are randomly sampling 15 people
• probability_s = this is the probability of success, p, which we assumed is 0.30
• cumulative = TRUE for "less than or equal to" (≤ ) probabilities Type in the following into Excel:

Convert the answer to a percentage using the "%" button, then increase the number of decimals using the <-0.00 button (as shown in the image under #1)

You will get 51.55%. Therefore, we can conclude that if 30% of people believe in Magic, there is a 51.55% chance that fewer than 5 out of 15 randomly selected people believe in Magic.

3) If we were to find another random sample of 15 people, what is the probability that at least 3 people will believe in Magic?

• number_s = here we want to find the probability that X ≥ 3. To find this, we need to use the complement, which is X ≤ 2. In other words, Pr(X ≥ 3) = 1 - Pr (X ≤ 2) (at least 3 = 1 - less than or equal to 2)
• trails = The number of trails, or n, is 15 since we are randomly sampling 15 people
• probability_s = this is the probability of success, p, which we assumed is 0.30
• cumulative = TRUE for "less than or equal to" (≤ ) probabilities Type in the following into Excel:

Convert the answer to a percentage using the "%" button, then increase the number of decimals using the <-0.00 button (as shown in the image under #1)

You will get 87.32%. Therefore, we can conclude that if 30% of people believe in Magic, there is a 87.32% chance that at least 3 out of 15 randomly selected people believe in Magic.

4) If we were to find another random sample of 15 people, what is the probability that more than 6 people will believe in Magic?

• number_s = here we want to find the probability that X > 6. To find this, we need to use the complement, which is X ≤ 6. In other words, Pr(X > 6) = 1 - Pr (X ≤ 6) (more than 6 = 1 - less than or equal to 6)
• trails = The number of trails, or n, is 15 since we are randomly sampling 15 people
• probability_s = this is the probability of success, p, which we assumed is 0.30
• cumulative = TRUE for "less than or equal to" (≤ ) probabilities Type in the following into Excel:

Convert the answer to a percentage using the "%" button, then increase the number of decimals using the <-0.00 button (as shown in the image under #1)

You will get 13.11%. Therefore, we can conclude that if 30% of people believe in Magic, there is a 13.11% chance that more than 6 out of 15 randomly selected people believe in Magic.

Attachment:- Binomial Probabilities.rar

Verified Expert

This task provides a clear working example on binomial probability distribution. the binomial probability distribution was used when the sample size is small and fixed and the proportion of success is constant over the experiment and there are only two outcome chances. here, the probability that at most 5 people will say yes to your question is calculated by using the binomial probability distribution table and the value is found to be 0.03809

Reference no: EM132829234

Questions Cloud

What is the cross-elasticity of demand for hand soap : As a result, the demand for substitute hand soap rises by 10 %. What is the cross-elasticity of demand for hand soap
What strategic moves are tesla''s competitors likely to make : -With respect to Tesla, list 3-4 considerations that could affect strategy for each of the following: macro environment, external environment, and internal envi
Develop a project plan : Develop a project plan. Explain what operational steps will be taken to achieve your stated objectives. Outline a timeline for each operational step
Which highest bidder in the sale of delinquent shares is : Which highest bidder in the sale of delinquent shares in a public auction is? Bidder who is willing to receive the highest number of shares in exchange
Find binomial probabilities : Probability of an event can be expressed as a binomial probability if its outcomes can be broken down into two probabilities, p, which is a success
Maintain a comprehensive and cost-efficient communication : Why is there a need for a corporation to maintain a comprehensive and cost-efficient communication channels to shareholders and other investors?
Which date of the commencement of the juridical personality : Which date of the commencement of the juridical personality of a corporation is the? date of payment of filing and publication fees
Legal case on the basis of the americans with disability act : -Mindy further claims that since giving birth to her son, she has had problems maintaining her weight. In other words, having children changes a woman's physiqu
Calculate the bond price : Consider a zero-coupon bond with face value of US$1,000 and with a YTM of 6%? Using Method 1 (Bond Pricing Formula) calculate the bond price

Reviews

Write a Review

Basic Statistics Questions & Answers

  What does the ci represent

Confidence intervals (CI) are one of the simpler forms of inferential statistics. What does the CI represent?

  Alternative hypothesis for a null hypothesis

What is the alternative hypothesis for a null hypothesis stating that the average time a person keeps a cell phone is, at most, three years?

  Retailer wants to limit the probability of being out

If the retailer wants to limit the probability of being out of stock of the electronic toy to no more than 2.5% in a week, how many units should the central warehouse stock?

  Find the percentile score for mean of the students

Find the percentile score for mean of the students from the student section. Note: (µ = 65) and (s = 12).

  People are randomly selected

About 8% of the population has a particular genetic mutation. 900 people are randomly selected.

  In a two-tailed hypothesis test for a mean the critical

in a two-tailed hypothesis test for a mean the critical values were -1.83 and 1.83. if the test value of the mean is

  What is the probability that veronica commute time

What is the probability that Veronica's commute time to work today is between 29 and 33 minutes?

  Computing value of coefficient in objective function

What is Excel formula in B9 giving first value of coefficient in the objective function?

  Describe the overall pattern of the relationship in words

Manatees are large, gentle, slow-moving creatures found along the coast of Florida. Describe the overall pattern of the relationship in words

  Determine sample obtained for students of college

To assess opinion of students at Ohio State University about campus safety, reporter for student newspaper interviews 15 students she meets walking on campus.

  How social media affects the american public

Based on your dissertation research interests, identify two categorical/nominal scale IVs and one continuous scale DV you could incorporate for your study. State the null and alternative hypotheses based on this design (with a planned analysis usi..

  Find all solutions to the ode

Find all solutions to the ODE yy'= (1-y^2) sin x. (When dividing by 1-y^2, be careful that you don't lose any solutions).

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd