Question

Assume XX has a binomial distribution. Use the binomial formula, tables, or technology to calculate the...

Assume XX has a binomial distribution. Use the binomial formula, tables, or technology to calculate the probability of the indicated event:

a. n=22, p=0.7n=22, p=0.7

P(14 ≤ X ≤ 17)=P(14 ≤ X ≤ 17)=

Round to four decimal places if necessary

b. n=25, p=0.4n=25, p=0.4

P(9 < X < 12)=P(9 < X < 12)=

Round to four decimal places if necessary

Homework Answers

Answer #1

Here we use the technology R- software to calculate the probabilities, The r-codes are provided along with output

a)

> n=22
> p=0.7
> p1=dbinom(14,n,p)+dbinom(15,n,p)+dbinom(16,n,p)+dbinom(17,n,p)
> round(p1,4)
[1] 0.649

Or

> p1=pbinom(17,n,p)-pbinom(13,n,p) # the 13 is not included it will start from 14 but 17 is included
> round(p1,4)
[1] 0.649

b)

> n=25
> p=0.4
> p1=dbinom(10,n,p)+dbinom(11,n,p) # becuase both 9 and 12 are exclusive, so we calculate for 10 and 11 only
> round(p1,4)
[1] 0.3077

or

> p1=pbinom(11,n,p)-pbinom(9,n,p) # here both bound are exclusive, therefore we took 11 and the command is also exclusive for lower bound so we took 9 as it is.
> round(p1,4)
> round(p1,4)
[1] 0.3077

i.e.,

a)

n=22, p=0.7

P(14 ≤ X ≤ 17)= 0.649

b)

n=25, p=0.4

P(9 < X < 12)= 0.3077

( If you need by hand calculation please comment)

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 XX has a binomial distribution. Use the binomial formula, tables, or technology to calculate the...
Assume XX has a binomial distribution. Use the binomial formula, tables, or technology to calculate the probability of the indicated event: a. n=20, p=0.7n=20, p=0.7 P(13 ≤ X ≤ 16)=P(13 ≤ X ≤ 16)= Round to four decimal places if necessary b. n=17, p=0.2n=17, p=0.2 P(2 < X < 5)=P(2 < X < 5)= Round to four decimal places if necessary please provide correct answer.
Calculate the following binomial probability by either using one of the binomial probability tables, software, or...
Calculate the following binomial probability by either using one of the binomial probability tables, software, or a calculator using the formula below. Round your answer to 3 decimal places. P(x | n, p) = n! (n − x)! x! · px · qn − x    where    q = 1 − p P(x ≥ 2, n = 6, p = 0.4) =
Calculate the following binomial probability by either using one of the binomial probability tables, software, or...
Calculate the following binomial probability by either using one of the binomial probability tables, software, or a calculator using the formula below. Round your answer to 3 decimal places. P(x | n, p ) = n! (n − x)! x! · px · qn − x    where    q = 1 − p P(x < 4, n = 8, p = 0.4) =
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=50​, p=0.50​, and x=17 For n=50​, p=0.5​, and X=17​, use the binomial probability formula to find​ P(X). Q: By how much do the exact and approximated probabilities​ differ? A. ____​(Round to four decimal places as​ needed.) B. The normal distribution cannot be used.
Calculate the following binomial probability by either using one of the binomial probability tables, software, or...
Calculate the following binomial probability by either using one of the binomial probability tables, software, or a calculator using the formula below. Round your answer to 3 decimal places. P(x | n, p) = n! (n − x)! x! · px · qn − x where q = 1 − p P(x = 4, n = 6, p = 0.3) =
Calculate the following binomial probability by either using one of the binomial probability tables, software, or...
Calculate the following binomial probability by either using one of the binomial probability tables, software, or a calculator using the formula below. Round your answer to 3 decimal places. P(x | n, p) = n! (n − x)! x! · px · qn − x    where    q = 1 − p P(x = 4, n = 6, p = 0.2) =
Calculate the following binomial probability by either using one of the binomial probability tables, software, or...
Calculate the following binomial probability by either using one of the binomial probability tables, software, or a calculator using the formula below. Round your answer to 3 decimal places. P(x | n, p) = n! (n − x)! x! · px · qn − x    where    q = 1 − p P(x = 3, n = 6, p = 0.9) =
Calculate the following binomial probability by either using one of the binomial probability tables, software, or...
Calculate the following binomial probability by either using one of the binomial probability tables, software, or a calculator using the formula below. Round your answer to 3 decimal places. P(x | n, p) = n! (n − x)! x! · px · qn − x    where    q = 1 − p P(x ≥ 2, n = 6, p = 0.5) =
Assume the random variable X has a binomial distribution with the given probability of obtaining a...
Assume the random variable X has a binomial distribution with the given probability of obtaining a success. Find the following probability, given the number of trials and the probability of obtaining a success. Round your answer to four decimal places. P(X≥16), n=19, p=0.7
Assume the random variable X has a binomial distribution with the given probability of obtaining a...
Assume the random variable X has a binomial distribution with the given probability of obtaining a success. Find the following probability, given the number of trials and the probability of obtaining a success. Round your answer to four decimal places. P(X<4), n=6, p=0.7
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT