Question

In: Statistics and Probability

For each problem, write an R code to compute each probability. (a)   Binomial Distribution: X ~...

For each problem, write an R code to compute each probability.

(a)   Binomial Distribution: X ~ Bin(10, 0.7)

    (i)            P(X = 2)

    (ii)           P(X < 2)

    (iii)          P(X > 2)

    (iv)          P(1 < X < 7)

(b) Normal Distribution: X ~ N(0, 4). Note that variance is 4 and, hence, the standard deviation is 2.

    (i)             P(X < 3)

    (ii)           P(X > 3)

    (iii)          P(1 < X < 3)

(c) Choose either (a) or (b) and interpret the results in a real-life scenario. Make sure to define X and interpret each probability.

Solutions

Expert Solution

first note that for part b we use standard deviation in R commands.

the commands are as with output

3) here you can interpret problem (a) as,

suppose there is 10 students in a class and the probability of being passed of any student is 0.7, let X is the number of students who pass in exam out of 10 students. therefore, here you can find that

what is the probability

(i) only(exactly) 2 students pass.

(ii) less than 2 students pass

(iii) greater than 2 students pass.

(iv) totan number of students pass is greater than 2 but less than 7.

hii.. i am providing the detailed answer to you. please like the answer. please... thanks...


Related Solutions

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=0.3 x=3 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=20 p= 0.05 x=12 C.) A binomial probability experiment is conducted with the given parameters. Computers the probability of x successes in the n independent trials of...
Compute​ P(X) using the binomial probability formula. Then determine whether the normal distribution can be used...
Compute​ P(X) using the binomial probability formula. Then determine whether the normal distribution can be used to estimate this probability. If​ so, approximate​ P(X) using the normal distribution and compare the result with the exact probability. nequals62​, pequals0.3​, and Xequals8
Compute​ P(X) using the binomial probability formula. Then determine whether the normal distribution can be used...
Compute​ P(X) using the binomial probability formula. Then determine whether the normal distribution can be used to estimate this probability. If​ so, approximate​ P(X) using the normal distribution and compare the result with the exact probability. n=40, p=0.35​, X=20 P (X) = Can the normal distribution be used to approximate this​probability? Approximate​ P(X) using the normal distribution. Use a standard normal distribution table. Select the correct choice below and fill in any answer boxes in your choice. By how much...
Compute​ P(X) using the binomial probability formula. Then determine whether the normal distribution can be used...
Compute​ P(X) using the binomial probability formula. Then determine whether the normal distribution can be used to estimate this probability. If​ so, approximate​ P(X) using the normal distribution and compare the result with the exact probability. n=40, p=0.35​, X=20 P (X) = Can the normal distribution be used to approximate this​ probability? Approximate​ P(X) using the normal distribution. Use a standard normal distribution table. Select the correct choice below and fill in any answer boxes in your choice. By how...
A binomial probability experiment is conducted with the given parameters. Compute the probability of x successes...
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=10, p=0.45​, x=8 P(8)=
A binomial probability experiment is conducted with the given parameters. Compute the probability of x successes...
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 equals=40 p equals=0. 03​,x equals=2 p(2) = 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 equals=6​, p equals=0.65​, x equals= 3 p(3) = A binomial probability experiment is conducted with the given parameters. Compute the probability of x...
1, A binomial probability experiment is conducted with the given parameters. Compute the probability of x...
1, 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=10, p=0.5, x=4 p(4) ​(Do not round until the final answer. Then round to four decimal places as​ needed.) 2, A binomial probability experiment is conducted with the given parameters. Compute the probability of x successes in the n independent trials of the experiment. p(38)= ​(Do not round until the final answer. Then round to...
A binomial probability experiment is conducted with the given parameters. Compute the probability of x successes...
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 equals 9 ​, p equals 0.9 ​, x less than or equals 3 Please show each step fully so I actually understand how to do this in the future.
(1 point) Use the Normal Approximation to the Binomial Distribution to compute the probability of passing...
(1 point) Use the Normal Approximation to the Binomial Distribution to compute the probability of passing a true/false test of 40 questions if the minimum passing grade is 90% and all responses are random guesses.
Write the R code First, generate 1000 observations from a binomial distribution with n=30 and p=0.2...
Write the R code First, generate 1000 observations from a binomial distribution with n=30 and p=0.2 Use the 1000 observations you generated: a) Generate poisson, binomial, negative binomial Diagnostic Distribution Plots using distplot. b) Generate a histogram and overlay a kernel estimator of the density (You can use: binom <- rbinom(n=1000,size=30, prob=0.2))
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT