Question

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!
(nx)! x!

· px · qnx    where    q = 1 − p

P(x ≥ 2, n = 6, p = 0.4) =

Homework Answers

Answer #1

I provided both methods

1. Using formula ( pictures are attached)

2. Using Software R.(code is given below)

R Code :-

#Calculating Binomial probability

n <- 6 # defining parameter n
p <- 0.4 #defining probability of success

a <- dbinom(x= 2:6,size = n, prob = p)#here vector "a" contains probability of every random variable greater than and equal to 2

sum(a)#here we are summing all the probability associated with random variables which are greater than and equal to 2 so now we have probability of x>=2.

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
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) =
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 = 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 ≥ 2, n = 6, p = 0.5) =
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
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.
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 each binomial probability: (a) X = 1, n = 7, π = 0.50 (Round your...
Calculate each binomial probability: (a) X = 1, n = 7, π = 0.50 (Round your answer to 4 decimal places.) P(X = 1) (b) X = 3, n = 6, π = 0.20 (Round your answer to 4 decimal places.) P(X = 3) (c) X = 4, n = 16, π = 0.70 (Round your answer to 4 decimal places.) P(X = 4)
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=7, p=0.4 Find the standard deviation of the following data. Round your answer to one decimal place. x 1 2 3 4 5 6 P(X=x) 0.1 0.1 0.2 0.1 0.2 0.3
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT