document.write( "Question 185795This question is from textbook Elementary Statistics
\n" );
document.write( ": 16.) If 10% of the people who are given a certain drug experience dizziness, find these probabilities for a sample of 15 people who take the drug.\r
\n" );
document.write( "\n" );
document.write( "a. At least two people will become dizzy.
\n" );
document.write( "b. Exactly three people will become dizzy.
\n" );
document.write( "c. At most four people will become dizzy.\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #139336 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If 10% of the people who are given a certain drug experience dizziness, find these probabilities for a sample of 15 people who take the drug. \n" ); document.write( "----------- \n" ); document.write( "There are all binomial problems: \n" ); document.write( "-------------- \n" ); document.write( "a. At least two people will become dizzy. \n" ); document.write( "Ans: 1 - binomcdf(15,0.1,1) = 0.4510 \n" ); document.write( "------------------------------- \n" ); document.write( "b. Exactly three people will become dizzy. \n" ); document.write( "Ans: binompdf(15,0.1,3)= 0.1285 \n" ); document.write( "------------------------------- \n" ); document.write( "c. At most four people will become dizzy. \n" ); document.write( "Ans: binomcdf(15,0.1,4) = 0.9873 \n" ); document.write( "----------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |