Question

In: Math

Let X have a binomial distribution with parameters n = 25 and p. Calculate each of...

Let X have a binomial distribution with parameters

n = 25

and p. Calculate each of the following probabilities using the normal approximation (with the continuity correction) for the cases

p = 0.5, 0.6, and 0.8

and compare to the exact binomial probabilities calculated directly from the formula for

b(x; n, p).

(Round your answers to four decimal places.)

(a)

P(15 ≤ X ≤ 20)

p

P(15 ≤ X ≤ 20)

P(14.5 ≤ Normal ≤ 20.5)

0.5 1 2
0.6 3 4
0.8 5 6

(b)

P(X ≤ 15)

p

P(X ≤ 15)

P(Normal ≤ 15.5)

0.5 10 11
0.6 12 13
0.8 14 15

(c)

P(20 ≤ X)

p

P(20 ≤ X)

P(19.5 ≤ Normal)

0.5 19 20
0.6 21 22
0.8 23 24

Solutions

Expert Solution

Mean and standard deviation for normal:

For 0.5:

Mean, µ = n*p = 25 * 0.5 = 12.5

Standard deviation, σ = √(n*p*(1-p)) = √(25 * 0.5 * 0.5) = 2.5

For 0.6:

Mean, µ = n*p = 25 * 0.6 = 15

Standard deviation, σ = √(n*p*(1-p)) = √(25 * 0.6 * 0.4) = 2.4495

For 0.8:

Mean, µ = n*p = 25 * 0.8 = 20

Standard deviation, σ = √(n*p*(1-p)) = √(25 * 0.8 * 0.2) = 2

-----------------------------------------------------

(a) using Binomial:

For 0.5:

Probability between 15 and 20, P(15 ≤ X ≤ 20) = P(X ≤ 20) - P(X < 15) =

= P(X ≤ 20) - P(X ≤ 14)

= BINOM.DIST(20, 25, 0.5, 1) - BINOM.DIST(14, 25, 0.5, 1)

= 0.2117

For 0.6:

Probability between 15 and 20, P(15 ≤ X ≤ 20) = P(X ≤ 20) - P(X < 15) =

= P(X ≤ 20) - P(X ≤ 14)

= BINOM.DIST(20, 25, 0.6, 1) - BINOM.DIST(14, 25, 0.6, 1)

= 0.5763

For 0.8:

Probability between 15 and 20, P(15 ≤ X ≤ 20) = P(X ≤ 20) - P(X < 15) =

= P(X ≤ 20) - P(X ≤ 14)

= BINOM.DIST(20, 25, 0.8, 1) - BINOM.DIST(14, 25, 0.8, 1)

= 0.5738

Using the normal approximation (with the continuity correction)

For 0.5:

P(15 ≤ X ≤ 20)

Using continuity correction :

P(15-0.5 ≤ X ≤ 20+0.5)

= P((14.5 - 12.5)/2.5 ≤ (X - µ)/σ ≤ (20.5 - 12.5)/2.5)

= P( 0.8 ≤ z ≤ 3.2)

= P(z < 3.2) - P(z < 0.8)

Using excel function:

= NORM.S.DIST(3.2, 1) - NORM.S.DIST(0.8, 1)

= 0.2112

For 0.6:

P(15 ≤ X ≤ 20)

Using continuity correction :

P(15-0.5 ≤ X ≤ 20+0.5)

= P((14.5 - 15)/2.4495 ≤ (X - µ)/σ ≤ (20.5 - 15)/2.4495)

= P( -0.2041 ≤ z ≤ 2.2454)

= P(z < 2.2454) - P(z < -0.2041)

Using excel function:

= NORM.S.DIST(2.2454, 1) - NORM.S.DIST(-0.2041, 1)

= 0.5685

For 0.8:

P(15 ≤ X ≤ 20)

Using continuity correction :

P(15-0.5 ≤ X ≤ 20+0.5)

= P((14.5 - 20)/2 ≤ (X - µ)/σ ≤ (20.5 - 20)/2)

= P( -2.75 ≤ z ≤ 0.25)

= P(z < 0.25) - P(z < -2.75)

Using excel function:

= NORM.S.DIST(0.25, 1) - NORM.S.DIST(-2.75, 1)

= 0.5957

----------------------------------

(b) for binomial

For 0.5:

Probability of less than or equal to 15, P(X ≤ 15) =

= BINOM.DIST(15, 25, 0.5, 1)

= 0.8852

For 0.6:

Probability of less than or equal to 15, P(X ≤ 15) =

= BINOM.DIST(15, 25, 0.6, 1)

= 0.5754

For 0.8:

Probability of less than or equal to 15, P(X ≤ 15) =

= BINOM.DIST(15, 25, 0.8, 1)

= 0.0173

Using the normal approximation (with the continuity correction)

For 0.5:

P(X ≤ 15)

Using continuity correction :

P(X ≤ 15+0.5)

= P((X - µ)/σ ≤ (15.5 - 12.5)/2.5)

= P(z ≤ 1.2)

Using excel function:

= NORM.S.DIST(1.2, 1)

= 0.8849

For 0.6:

P(X ≤ 15)

Using continuity correction :

P(X ≤ 15+0.5)

= P((X - µ)/σ ≤ (15.5 - 15)/2.4495)

= P(z ≤ 0.2041)

Using excel function:

= NORM.S.DIST(0.2041, 1)

= 0.5809

For 0.8:

P(X ≤ 15)

Using continuity correction :

P(X ≤ 15+0.5)

= P((X - µ)/σ ≤ (15.5 - 20)/2)

= P(z ≤ -2.25)

Using excel function:

= NORM.S.DIST(-2.25, 1)

= 0.0122

----------------------------------

(c) For 0.5:

Probability of greater than or equal to 20, P(X ≥ 20) =

= 1 - BINOM.DIST(19, 25, 0.5, 1)

= 0.002

For 0.6:

Probability of greater than or equal to 20, P(X ≥ 20) =

= 1 - BINOM.DIST(19, 25, 0.6, 1)

= 0.0294

For 0.8:

Probability of greater than or equal to 20, P(X ≥ 20) =

= 1 - BINOM.DIST(19, 25, 0.8, 1)

= 0.6167

Using the normal approximation (with the continuity correction)

For 0.5:

P(X ≥ 20)

Using continuity correction :

P(X ≥ 20-0.5)

= P((X - µ)/σ ≥ (19.5 - 12.5)/2.5)

= P(z ≥ 2.8)

= 1 - P(z < 2.8)

Using excel function:

= 1 - NORM.S.DIST(2.8, 1)

= 0.0026

For 0.6:

P(X ≥ 20)

Using continuity correction :

P(X ≥ 20-0.5)

= P((X - µ)/σ ≥ (19.5 - 15)/2.4495)

= P(z ≥ 1.8371)

= 1 - P(z < 1.8371)

Using excel function:

= 1 - NORM.S.DIST(1.8371, 1)

= 0.0331

For 0.8:

P(X ≥ 20)

Using continuity correction :

P(X ≥ 20-0.5)

= P((X - µ)/σ ≥ (19.5 - 20)/2)

= P(z ≥ -0.25)

= 1 - P(z < -0.25)

Using excel function:

= 1 - NORM.S.DIST(-0.25, 1)

= 0.5987


Related Solutions

Let X have a binomial distribution with parameters n = 25 and p. Calculate each of...
Let X have a binomial distribution with parameters n = 25 and p. Calculate each of the following probabilities using the normal approximation (with the continuity correction) for the cases p = 0.5, 0.6, and 0.8 and compare to the exact binomial probabilities calculated directly from the formula for b(x; n, p). (Round your answers to four decimal places.) P(20 ≤ X) p P(20 ≤ X) P(19.5 ≤ Normal) 0.5 0.6 0.8
(a) Let X be a binomial random variable with parameters (n, p). Let Y be a...
(a) Let X be a binomial random variable with parameters (n, p). Let Y be a binomial random variable with parameters (m, p). What is the pdf of the random variable Z=X+Y? (b) Let X and Y be indpenednet random variables. Let Z=X+Y. What is the moment generating function for Z in terms of those for X and Y? Confirm your answer to the previous problem (a) via moment generating functions.
Let X denote a random variable that follows a binomial distribution with parameters n=5, p=0.3
Let X denote a random variable that follows a binomial distribution with parameters n=5, p=0.3, and Y denote a random variable that has a Poisson distribution with parameter λ = 6. Additionally, assume that X and Y are independent random variables. (a) What are the possible values for (X, Y ) pairs. (b) Derive the joint probability distribution function for X and Y. Make sure to explain your steps. (c) Using the joint pdf function of X and Y, form...
Let X denote a random variable that follows a binomial distribution with parameters n=5, p=0.3, and...
Let X denote a random variable that follows a binomial distribution with parameters n=5, p=0.3, and Y denote a random variable that has a Poisson distribution with parameter λ = 6. Additionally, assume that X and Y are independent random variables. What are the possible values for (X, Y ) pairs. Derive the joint probability distribution function for X and Y. Make sure to explain your steps. Using the joint pdf function of X and Y, form the summation /integration...
Let X denote a random variable that follows a binomial distribution with parameters n=5, p=0.3, and...
Let X denote a random variable that follows a binomial distribution with parameters n=5, p=0.3, and Y denote a random variable that has a Poisson distribution with parameter λ = 6. Additionally, assume that X and Y are independent random variables. What are the possible values for (X, Y ) pairs. Derive the joint probability distribution function for X and Y. Make sure to explain your steps. Using the joint pdf function of X and Y, form the summation /integration...
Let X be a binomial random variable with parameters n = 5 and p = 0.6....
Let X be a binomial random variable with parameters n = 5 and p = 0.6. a) What is P(X ≥ 1)? b) What is the mean of X? c) What is the standard deviation of X? (Show work)
The p.d.f of the binomial distribution random variable X with parameters n and p is f(x)...
The p.d.f of the binomial distribution random variable X with parameters n and p is f(x) = n x p x (1 − p) n−x x = 0, 1, 2, ..., n 0 Otherwise Show that a) Pn x=0 f(x) = 1 [10 Marks] b) the MGF of X is given by [(1 − p) + pet ] n . Hence or otherwise show that E[X]=np and var(X)=np(1-p).
For a binomial probability distribution, n = 130 and p = 0.60. Let x be the...
For a binomial probability distribution, n = 130 and p = 0.60. Let x be the number of successes in 130 trials. a. Find the mean and standard deviation of this binomial distribution. a. Find the mean and the standard deviation of this binomial distribution. b. Find to 4 decimal places P(x ≤ 75) using the normal approximation. P(x ≤ 75) = c. Find to 4 decimal places P(67 ≤ x ≤ 72) using the normal approximation. P(67 ≤ x...
Binomial Distribution. Suppose that X has a binomial distribution with n = 50 and p =...
Binomial Distribution. Suppose that X has a binomial distribution with n = 50 and p = 0.6. Use Minitab to simulate 40 values of X. MTB > random 40 c1; SUBC > binomial 50 0.6. Note: To find P(X < k) for any k > 0, use ‘cdf’ command; this works by typing: MTB > cdf; SUBC > binomial 50 0.6. (a) What proportion of your values are less than 30? (b) What is the exact probability that X will...
1. Suppose X has a binomial distribution with parameters n and p. Then its moment-generating function...
1. Suppose X has a binomial distribution with parameters n and p. Then its moment-generating function is M(t) = (1 − p + pe^t ) n . (a) Use the m.g.f. to show that E(X) = np and Var(X) = np(1 − p). (b) Prove that the formula for the m.g.f. given above is correct. Hint: the binomial theorem says that Xn x=0 n x a^x b^(n−x) = (a + b)^n . 2. Suppose X has a Poisson distribution with...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT