document.write( "Question 241382: Suppose that the probability that a new medication will cause a bad side effect is 0.03. If this medication is given to 150 people, what is the probability that more than three of them will experience a bad side effect? Round answer to 4 decimal places.\r
\n" );
document.write( "\n" );
document.write( "I think I know how to compute for \"exactly three students,\" but I cannot figure out how to do \"more than three students\"\r
\n" );
document.write( "\n" );
document.write( "Here's how I approached \"exactly three\":\r
\n" );
document.write( "\n" );
document.write( "p = 0.03, q = 1 - p = 0.97, n = 150 \r
\n" );
document.write( "\n" );
document.write( "P(r, n) = nCr (p)^r * (q)^(n - r) \r
\n" );
document.write( "\n" );
document.write( "P(3, 150) = 150C3 * 0.03^3 * 0.97^147 = 0.1691\r
\n" );
document.write( "\n" );
document.write( "Since I am trying to figure out how to do these types of problems on my own, please include the steps. \r
\n" );
document.write( "\n" );
document.write( "Thank you!\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #176784 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that the probability that a new medication will cause a bad side effect is 0.03. If this medication is given to 150 people, what is the probability that more than three of them will experience a bad side effect? Round answer to 4 decimal places. \n" ); document.write( "I think I know how to compute for \"exactly three students,\" but I cannot figure out how to do \"more than three students\" \n" ); document.write( "--------------------- \n" ); document.write( "You should have or you need a cumulative binomial chart or a calculators \n" ); document.write( "with a Stat function. \n" ); document.write( "------ \n" ); document.write( "Your problem: \n" ); document.write( "Binomial with n = 150, p = 0.03, 4 <= x <= 150 \n" ); document.write( "------------------ \n" ); document.write( "Your problem: \n" ); document.write( "P(4 <= x <= 150) = 1 - P(0 <= x <= 3) \n" ); document.write( "= 1 - [P(x= 0) + P(x=1) + P(x=2) + P(x=3)] \n" ); document.write( "= 1 - [0.01037 + 0.048106..+ 0.110843 + 0.16912...) \n" ); document.write( "= 1 - [0.33844 \n" ); document.write( "= 0.66156... \n" ); document.write( "======================== \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |