document.write( "Question 1024221: In a recent survey, 73% of the community favored building a police substation in their neighborhood. If 14 citizens are chosen, a) find the probability that exactly 8 of them favor the building of the police substation. b) less than 3 of them favor the building of the police substation.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #639664 by mathmate(429)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "In a recent survey, 73% of the community favored building a police substation in their neighborhood. If 14 citizens are chosen, a) find the probability that exactly 8 of them favor the building of the police substation. b) less than 3 of them favor the building of the police substation. \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "Assuming the surveyed 73% still holds, and that the population is large enough such that 14 is a relatively small fraction of the population, and that the 14 subjects are randomly and independently chosen, then we can apply the binomial distribution, with parameters n=14, p=0.73. \n" ); document.write( " \n" ); document.write( "(a) 8 in favour out of random sample of 14 \n" ); document.write( "P(X=8;14;0.73)=C(14,8)*0.73^8*(1-0.73)^(14-8) \n" ); document.write( "=3003*0.08065*0.0003874 \n" ); document.write( "=0.09383\r \n" ); document.write( "\n" ); document.write( "(b) less than 3 in favour out of 14 \n" ); document.write( "P(0≤X≤2; 14, 0.73) \n" ); document.write( "= P(0)+P(1)+P(2) \n" ); document.write( "= 1.09419^-08 + 4.141711^-07 + 7.278674^-06 \n" ); document.write( "= 7.703787^(-06)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |