.
A researcher wishes to conduct a study of the color preference of new car buyers.
Suppose that 30% of this population prefers the color brown.
If 14 buyers are randomly selected, what is the probability that at least 3 buyers
would prefer brown? Round your answer to the nearest ten-thousandth, if necessary.
~~~~~~~~~~~~~~~~~~~~
It is a Binomial experiment with n= 14 trials and the probability of the individual
success p= 0.3.
They want you find the probability of the event (n=14; k>= 3; p=0.3).
You can use an online calculator at the site https://stattrek.com/online-calculator/binomial
and to fet the answer instantly. P = 0.83916.
Alternatively, you may use your regular calculator TI-83/84 with irs standard function binomCFD
n, p, c <<<---=== formatting pattern
P = 1 - binomcfd(14, 0.3, 2).
Alternatively, you may use the Excel standard function BINOM.DIST(3,14,0.3,1).
In any case, you will get the same answer.
The links to read
- for binomcfd https://www.mathbootcamps.com/binomial-probabilities-ti-83-or-84-calculator/
- for BINOM.DIST https://support.microsoft.com/en-us/office/binomdist-function-506a663e-c4ca-428d-b9a8-05583d68789c
Solved.
--------------------
If you want to see many similar or different solved problems on binomial distribution probability, look into the lessons
- Simple and simplest probability problems on Binomial distribution
- Typical binomial distribution probability problems
- How to calculate Binomial probabilities with Technology (using MS Excel)
- Solving problems on Binomial distribution with Technology (using MS Excel)
- Solving problems on Binomial distribution with Technology (using online solver)
in this site.
After reading these lessons, you will be able to solve such problems on your own,
which is your PRIMARY MAJOR GOAL visiting this forum (I believe).