Question

Sketch the histograms of binomial distributions with the following parameters (n, p): a) (106 ,10- 6...

Sketch the histograms of binomial distributions with the following parameters (n, p): a) (106 ,10- 6 ); b) (106 ,2 x 10- 6 ); c) (3284,10- 4 ); d) (1000,0.998)

Homework Answers

Answer #1

I am attaching the R codes for histogram

(a) n <- 106
p <- 10^-6
x <- seq(0,n,by=1)
px <- dbinom(x,n,p)
hist(px,xlab = "px",main = "Histogram of n=106, p= 10^-6")

(b)

n <- 106
p <- 2*(10^-6)
x <- seq(0,n,by=1)
px <- dbinom(x,n,p)
hist(px,xlab = "px",main = "Histogram of n=106, p= 2x10^-6")

(c)

n <- 3284
p <- 10^-4
x <- seq(0,n,by=1)
px <- dbinom(x,n,p)
hist(px,xlab = "px",main = "Histogram of n=3284, p= 10^-4")

(d)

n <- 1000
p <- 0.998
x <- seq(0,n,by=1)
px <- dbinom(x,n,p)
hist(px,xlab = "px",main = "Histogram of n=1000, p= 0.998")

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
A) A binomial probability experiment is conducted with the given parameters. Compute the probability of x...
A) A binomial probability experiment is conducted with the given parameters. Compute the probability of x successes in the n independent trials of the experiment. n=12 , p=.35 , x=2 p(2)= ? B) A binomial probability experiment is conducted with the given parameters. Compute the probability of x successes in the n independent trials of the experiment. n= 30 p=.03 , x=2 P(2)= ? C) A binomial probability experiment is conducted with the given parameters. Compute the probability of x...
Let X be a binomial random variable with parameters n = 500 and p = 0.12....
Let X be a binomial random variable with parameters n = 500 and p = 0.12. Use normal approximation to the binomial distribution to compute the probability P (50 < X ≤ 65).
If N is negative binomial with parameters k=3 and p=0.3,what are Pr[N=3],Pr[N=4], Pr[N=5] ,Pr[N=6], and Pr[N=7]?
If N is negative binomial with parameters k=3 and p=0.3,what are Pr[N=3],Pr[N=4], Pr[N=5] ,Pr[N=6], and Pr[N=7]?
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)
Determine which of the following binomial distributions has approximately normal distribution n = 40, p =...
Determine which of the following binomial distributions has approximately normal distribution n = 40, p = 0.02 or n = 400, p = 0.002 or none
The random variable X has a Binomial distribution with parameters n = 9 and p =...
The random variable X has a Binomial distribution with parameters n = 9 and p = 0.7 Find these probabilities: (see Excel worksheet) Round your answers to the nearest hundredth P(X < 5) P(X = 5) P(X > 5)
1. Normal Approximation to Binomial Assume n = 10, p = 0.1. a. Use the Binomial...
1. Normal Approximation to Binomial Assume n = 10, p = 0.1. a. Use the Binomial Probability function to compute the P(X = 2) b. Use the Normal Probability distribution to approximate the P(X = 2) c. Are the answers the same? If not, why?
Solve the following problems by using the binomial tables a. If n = 20 and p...
Solve the following problems by using the binomial tables a. If n = 20 and p = .50, find P(x = 12). b. If n = 20 and p = .30, find P(x > 8). c. If n = 20 and p = .70, find P(x < 12). d. If n = 20 and p = .90, find P(x ≤ 16). e. If n = 15 and p = .40, find P(4 ≤ x ≤ 9). f. If n =...
Suppose the number of TV's in a household has a binomial distribution with parameters n=10 and...
Suppose the number of TV's in a household has a binomial distribution with parameters n=10 and p=90%. Find the probability of a household having: (a) 5 or 9 TV's (b) 7 or fewer TV's (c) 7 or more TV's (d) fewer than 9 TV's (e) more than 7 TV's
If x is a binomial random variable, compute P(x) for each of the following cases: (a)...
If x is a binomial random variable, compute P(x) for each of the following cases: (a) P(x≤4),n=6,p=0.9 P(x)= (b) P(x>2),n=6,p=0.7 P(x)= (c) P(x<2),n=3,p=0.1 P(x)= (d) P(x≥1),n=7,p=0.3 P(x)=
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT