SOLUTION: In a recent survey, 66% of the community favored building a police substation in their neighborhood. If 14 citizens are chosen, find the probability that exactly 11 of them favor t

Algebra ->  Probability-and-statistics -> SOLUTION: In a recent survey, 66% of the community favored building a police substation in their neighborhood. If 14 citizens are chosen, find the probability that exactly 11 of them favor t      Log On


   



Question 74693This question is from textbook Elementary Statistics
: In a recent survey, 66% of the community favored building a police substation in their neighborhood. If 14 citizens are chosen, find the probability that exactly 11 of them favor the building of the police substation. This question is from textbook Elementary Statistics

Answer by funmath(2933) About Me  (Show Source):
You can put this solution on YOUR website!
In a recent survey, 66% of the community favored building a police substation in their neighborhood. If 14 citizens are chosen, find the probability that exactly 11 of them favor the building of the police substation.
:
This is a binomial probability problem.
The formula for that is:
highlight%28P%28x%29=%28n%21%2F%28%28n-x%29%21x%21%29%29%2Ap%5Ex%2Aq%5E%28n-x%29%29 for x=0,1,2,...,n
Where:
n=number of trials
x=number of successes among n trials
p=probability of success in any one trial
q=probability of failure in any one trial (q=1-p)
:
! is a factorial symbol that denotes the product of descending numbers, like this:
4!=4*3*2*1 If your in a statistics class you probably have a calculator with the ! symbol available some where. For the TI 83 to TI 84, hit [MATH] arrow right>>> to PRB it's 4:!.
:
Some teachers allow you to shorten the formula to:
P(x)=[n]C[r]*p^x*q^(n-x)
r=x=number of successes among n trials.
All of the other symbols are the same as the first formula. If you're one of those, then you should know how to do it with your calculator.
:
I'm going to show you with the first formula.
p=66/100=.66
q=1-p=1-.66=.34
n=14
x=11

P%2811%29=%2814%21%2F%283%21%2A11%21%29%29%2A%28.66%29%5E11%2A%28.34%29%5E3



P%2811%29=%2814%2A13%2A2%29%28.0103510234%29%28.039304%29
P%2811%29=.148088531
Round to whatever your teacher wants, most don't require more than 4 decimal spots.
highlight%28P%2811%29=.1481%29
:
I don't know how much work your teacher needs to see. If they only want an answer, then....
If you have a TI 83 to TI 84, these can be done by following these steps:
[2nd] [VARS] arrow down to 0:binompdf [ENTER]
type in [n] [,] [p] [,] [x] [)] [ENTER]
In this case it will look like binompdf(14,.66,11)=.1480885312
:
Look the instructions up for the calculator that you're using if it's not a TI 83 or 84.
Happy Calculating!!!!