document.write( "Question 1171465: 27 % adults favor the use of unmanned drones by police agencies. Twelve U.S. adults are randomly selected. Find the probability that the number of U.S. adults who favor the use of unmanned drones by police agencies is (a) exactly three, (b) at least four, (c) less than eight.
\n" );
document.write( "(a) P(3)= \n" );
document.write( "
Algebra.Com's Answer #796631 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! a is 12C3(0.27)^3*(0.73^9)=0.2549 \n" ); document.write( "b at least 4 look at 3 or fewer, that is 2ndVARSbinomcdf(12,0.27,3)=0.5863; at least 4 is the complement or 04137. \n" ); document.write( "c fewer than 8 is the same with the argument (12,0.27,7)=0.9953 \n" ); document.write( " \n" ); document.write( " |