document.write( "Question 1023894: 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 5 of them favor the building of the police substation
\n" ); document.write( "b. that less than 3 of them favor the building of the police substation
\n" ); document.write( "

Algebra.Com's Answer #639419 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "P(in favor) = .73, n = 14
\n" ); document.write( "TI syntax for P(x-value) is binompdf(n, p, x-value).
\n" ); document.write( "P( x = 5) = binompdf(14, .73, 5) = .00069 P = .07%
\n" ); document.write( "P( x ≤ 2) ***less than 3
\n" ); document.write( "TI syntax is binomcdf(n, p, largest x-value)
\n" ); document.write( "P( x ≤ 2)= binomcdf(14, .73, 2) = .0000007 0r ~ 0% \n" ); document.write( "
\n" );