Question

Suppose that x is a binomial random variable with n = 5, p = .56, and...

Suppose that x is a binomial random variable with n = 5, p = .56, and q = .44.

(b) For each value of x, calculate p(x). (Round final answers to 4 decimal places.)


p(0) =0.0164

p(1) =0.1049

p(2) =0.2671

p(3) =0.3399

p(4) =0.2163

p(5) =0.0550

(c) Find P(x = 3). (Round final answer to 4 decimal places.)

P(x = 3) 0.3399selected answer correct

(d) Find P(x ≤ 3). (Do not round intermediate calculations. Round final answer to 4 decimal places.)

P(x ≤ 3) 0.7285selected answer correct

(e) Find P(x < 3). (Do not round intermediate calculations. Round final answer to 4 decimal places.)

P(x < 3) = P(x ≤ 2) 0.7119selected answer incorrect

(f) Find P(x ≥ 4). (Do not round intermediate calculations. Round final answer to 4 decimal places.)

P(x ≥ 4)0.2714selected answer correct

(g) Find P(x > 2). (Do not round intermediate calculations. Round final answer to 4 decimal places.)

P(x > 2)0.8787selected answer incorrect

(h) Use the probabilities you computed in part b to calculate the mean μx, the variance, σ2xσx2 , and the standard deviation, σx, of this binomial distribution. Show that the formulas for μx , σ2xσx2 , and σx given in this section give the same results. (Do not round intermediate calculations. Round final answers to µx in to 2 decimal places, σ 2x and σx in to 4 decimal places.)

µx2.80

σx^21.23

σx1.1100

(i) Calculate the interval [μx ± 2σx]. Use the probabilities of part b to find the probability that x will be in this interval. Hint: When calculating probability, round up the lower interval to next whole number and round down the upper interval to previous whole number. (Round your answers to 4 decimal places. A negative sign should be used instead of parentheses.)

The interval is [ not attempted , not attempted ].
P( not attempted ≤ x ≤ not attempted ) =not attempted not attempted

Homework Answers

Answer #1

Solutione:

P(X<3)

pbinomGC(bound=2,region="below", size=5,prob=0.56,graph=TRUE)

0.3885753

ANSWER:

0.3886

Solutionf:

Rcode is

library(tigerstats)

pbinomGC(bound=3,region="above", size=5,prob=0.56,graph=TRUE)

0.2714321

ANSWER:

0.2714

Solutiong:

P(X>2)

pbinomGC(bound=2,region="above", size=5,prob=0.56,graph=TRUE)

0.6114247

ANSWER:

0.6114

Solutionh:

mean=n=5*0.56= 2.8

standard deviation=sqrt(npq)=sqrt(5*0.56*0.44)= 1.11

variance=npq=(5*0.56*0.44)=1.232

mean-2sd=2.8-2*1.11=0.58=1

mean+2sd=2.8+2*1.11= 5.02=5

P(1<X<5) to be found

Rcode:

pbinomGC(bound=c(1,5),region="between", size=5,prob=0.56,graph=TRUE)

=0.9835084

ANSWER:

P(1<=X<=5)=0.9835

Know the answer?
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
Similar Questions
Assume that X is a binomial random variable with n = 15 and p = 0.78....
Assume that X is a binomial random variable with n = 15 and p = 0.78. Calculate the following probabilities. (Do not round intermediate calculations. Round your final answers to 4 decimal places.) Assume that X is a binomial random variable with n = 15 and p = 0.78. Calculate the following probabilities. (Do not round intermediate calculations. Round your final answers to 4 decimal places.) a. P(X = 14) b. P(X = 13) c. P(X ≥ 13)
Assume that X is a binomial random variable with n = 12 and p = 0.90....
Assume that X is a binomial random variable with n = 12 and p = 0.90. Calculate the following probabilities. (Do not round intermediate calculations. Round your final answers to 4 decimal places. a. P(X = 11) b. P(X = 10) c. P(X ≥ 10)
Let X represent a binomial random variable with n = 180 and p = 0.25. Find...
Let X represent a binomial random variable with n = 180 and p = 0.25. Find the following probabilities. (Do not round intermediate calculations. Round your final answers to 4 decimal places.) a. P(X ≤ 45) b. P(X = 35) c. P(X > 55) d P(X ≥ 50)
Let X represent a binomial random variable with n = 180 and p = 0.25. Find...
Let X represent a binomial random variable with n = 180 and p = 0.25. Find the following probabilities. (Do not round intermediate calculations. Round your final answers to 4 decimal places.) a. P(X ≤ 45) b. P(X = 35) c. P(X > 55) d P(X ≥ 50)
Let X represent a binomial random variable with n = 360 and p = 0.82. Find...
Let X represent a binomial random variable with n = 360 and p = 0.82. Find the following probabilities. (Do not round intermediate calculations. Round your final answers to 4 decimal places. Probability a. P(X ≤ 290) b. P(X > 300) c. P(295 ≤ X ≤ 305) d. P(X = 280)
Let X represent a binomial random variable with n = 170 and p = 0.6. Find...
Let X represent a binomial random variable with n = 170 and p = 0.6. Find the following probabilities. (Do not round intermediate calculations. Round your final answers to 4 decimal places.) Probability a.P(X ≤ 100) b.P(X > 110) c.P(105 ≤ X ≤ 115) d.P(X = 90)
Suppose that x has a binomial distribution with n = 202 and p = 0.47. (Round...
Suppose that x has a binomial distribution with n = 202 and p = 0.47. (Round np and n(1-p) answers to 2 decimal places. Round your answers to 4 decimal places. Round z values to 2 decimal places. Round the intermediate value (σ) to 4 decimal places.) (a) Show that the normal approximation to the binomial can appropriately be used to calculate probabilities about x np n(1 – p) Both np and n(1 – p) (Click to select)≥≤ 5 (b)...
Suppose that x has a binomial distribution with n = 199 and p = 0.47. (Round...
Suppose that x has a binomial distribution with n = 199 and p = 0.47. (Round np and n(1-p) answers to 2 decimal places. Round your answers to 4 decimal places. Round z values to 2 decimal places. Round the intermediate value (σ) to 4 decimal places.) (a) Show that the normal approximation to the binomial can appropriately be used to calculate probabilities about x. np n(1 – p) Both np and n(1 – p) (Click to select) 5 (b)...
Let X be a binomial random variable with n = 100 and p = 0.2. Find...
Let X be a binomial random variable with n = 100 and p = 0.2. Find approximations to these probabilities. (Round your answers to four decimal places.) (c)    P(18 < X < 30) (d)    P(X ≤ 30)
Let X be a binomial random variable with n = 10 and p = 0.2. Find...
Let X be a binomial random variable with n = 10 and p = 0.2. Find the following values. (Round your answers to three decimal places.) (a) P(X = 4) (b) P(X ≥ 4) (c) P(X > 4) (d) P(X ≤ 4) (e) μ = np μ = 2.00 (correct) (f) σ = npq σ = 1.265 (correct)
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT