SOLUTION: A poll of 10 employees is taken in a small company to determine the number of employees that favor unionization. Suppose that 60% of employees prefer unionization. What is the pr
Algebra.Com
Question 768182: A poll of 10 employees is taken in a small company to determine the number of employees that favor unionization. Suppose that 60% of employees prefer unionization. What is the probability that x equals 1? what is the probability that x is greater than 8? probability that x is greater than or equal to 5?
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
A poll of 10 employees is taken in a small company to determine the number of employees that favor unionization. Suppose that 60% of employees prefer unionization. What is the probability that x equals 1? what is the probability that x is greater than 8? probability that x is greater than or equal to 5?
--------
Binomial Problem with n = 10 and p(favor) = 0.6
---------
P(x = 1) = 10C1(0.6)*(0.4)^9 = binompdf(10,0.6,1) = 0.0016
---
P(8<= x <=10) = 1- P(0<= x <=7) = 1 - binomcdf(10,0.6,7) = 0.1673
--------------
P(5<= x <=10) = 1- P(0<= x <=4) = 1 - binomcdf(10,0.6,4) = 0.8338
============================
Cheers,
Stan H.
RELATED QUESTIONS
A poll of 10 employees is taken in a small company to determine the number of employees... (answered by reviewermath)
A poll of 10 employees is taken in a small company to determine the number of employees... (answered by reviewermath)
A poll of 10 employees is taken in a small company to determine the number of employees... (answered by reviewermath)
in a certain company 140 of the employees are men. what is the total number of employees... (answered by jim_thompson5910)
In a certain company 60 of the employees are men. What is the total number of employees... (answered by JulietG)
in a certain company, the ratio of the number of female employees to teh number of males... (answered by ewatrrr)
According to a survey, 38% of employees working at a very large company are happy with... (answered by ikleyn)
A company employs 500 people. Due to an increase in business, the company had to hire an... (answered by Mathtut,checkley77)
The number of employees for a certain company has been decreasing each year by 4%. If... (answered by ikleyn)