a) Random variable is workers that take public transport daily.
Probability of worker that take public transport daily p = 0.30
Sample size, n = 10
b) Binomial distribution will be used.
1. As number of observation is fixed
2. Each observation is fixed.
3. Each observation represents one of two outcomes ("success" or "failure").
c) Probability that exactly 3 workers take public transport daily, P(X=3) =
Using excel:
| = BINOMDIST(3,10,0.3,0) |
|
d) Probability that exactly NONE(0) workers take public transport daily, P(X=0) =
| = BINOMDIST(0,10,0.3,0) |
|
e) Probability that more than 5 workers take public transport daily, P(X>5) = 1 - P(X <=5)
| = 1 - BINOMDIST(5,10,0.3,1) |
|
f) Probability that less than 7 workers take public transport daily, P(X<7) = P(X< = 6)
| = BINOMDIST(6,10,0.3,1) | = 0.989408 |
g) Probability that atleast 2 but no more than 8 workers take public transport daily, P(2 <=X<=8) = P(X<=8) - P(X<2)
= P(X< =8) - P(x<=1)
| = BINOMDIST(8,10,0.3,1) - BINOMDIST(1,10,0.3,1) | = 0.850548 |
IN An EXCEL FILE USING EXCEL FUNCTIONS CALCULATIONS In San Francisco, 30% of workers take public...
eBook Exercise 5.29 (Algorithmic)) In San Francisco, 30% of workers take public transportation daily (USA Today, December 21, 2005) a. In a sample of 6 workers, what is the probability that exactly three workers take public transportation daily (to 4 decimals including interim calculations)? b. In a sample of 6 workers, what is the probability that at least three workers take public transportation dally (to 4 decimals including interim calculations)?
IN AN EXCEL FILE USING EXCEL FUNCTIONS CALCULATIONS SHOW FORMULAS IN CELL PLEASE 1) buring the period of time that a local university takes phone-in registrations, calls come in at the rate of one every two minutes a. Clearly state what the random variable in this problem is? b. What is an appropriate distribution to be used for this problem and why? c. What is the expected number of calls in one hour? d. What is the probability of receiving...
The following table provides a probability distribution for the random variable y 3 5 7 8 f(y) 0. 10 0. 30 0.40 0. 20 Oa. Compute E(y) (to 1 decimal). 6.2 b. Compute Var(y) and σ (to 2 decimals). C \ Var(y) In San Francisco, 30% of workers take public transportation daily (USA Today, December 21, 2005). a. In a sample of 7 workers, what is the probability that exactly three workers take public transportation daily (to 4 decimals including...
IN AN EXCEL FILE USING EXCEL FUNCTIONS CALCULATIONS SHOW FORMULAS IN CELL PLEASE 1) In a typical month, an insurance agent presents life insurance plans to 40 potential Historically, one in four such customers chooses to buy life insurance from this agent. You may treat this as a binomial experiment. a. What is the probability of success for this problem? b. What is the total number of trials in this problem? c. Create a probability distributio n table which includes...
IN AN EXCEL FILE USING EXCEL FUNCTIONS CALCULATIONS SHOW FORMULAS IN CELL PLEASE The annual number of industrial accidents occurring in a manufacturing plant is known to follow a Poisson distribution with mean 12. a. What is the probability of observing of observing exactly 12 accidents during the coming year? b. What is the probability of observing no more than 12 accidents during the coming year? c. What is the probability of observing at least 15 accidents during the coming...
This is a multiple choice problem. The answer is either A, B, or C. In San Francisco, 30% of workers take public transportation. A sample of 10 workers is chosen. To find the probability that exactly 3 workers out of the sample of ten take public transportation, we would compute: A.) the cumulative binomial distribution with n = 3, p = 0.3, and x = 10 B.) the binomial probability mass function with n = 10, p = 0.3, and...
IN AN EXCEL FILE USING EXCEL FUNCTIONS CALCULATIONS SHOW FORMULAS IN CELL PLEASE Suppose the number of customers arriving each hour at the only checkout counter in a local pharmacy is approxima hour. a. Find the probability that exactly 10 customers arrive in a given hour. b. Find the probability that at least five customers arrive in a given hour 1) tely Poisson distributed with an expected arrival rate of 20 customers per c. Find the probability that no more...
N AN EXCEL FILE USING EXCEL FUNCTIONS CALCULATIONS SHOW FORMULAS IN CELL PLEASE Use Excel function and write down the Poisson Distribution (with mean = 5.5) in a Table and plot the chart. 1) (Ctrl)" |
During the period of time that a local university takes phone-in registrations, calls come in at the rate of one every two minutes. Clearly state what the random variable in this problem is? What is an appropriate distribution to be used for this problem and why? What is the expected number of calls in one hour? What is the probability of receiving three calls in five minutes? What is the probability of receiving NO calls in a 10-minute period? What...
For this problem, you must use Excel to perform the
necessary calculations. Below are the formulas and equations you
will need to use.
If it is appropriate to use the binomial distribution, use the
formula =binom.dist(number_s,trials,probability,cumulative) to
calculate the probability. In this formula, number_s is the number
of successful trials, trials is the total number of trials,
probability is the probability for a single trial expressed as a
decimal, and cumulative should be set as false. This will report
the...