document.write( "Question 33051: I've tried working this but i'm pretty sure I am really wrong! \r
\n" ); document.write( "\n" ); document.write( "A drug company had previously reported that 1% of patients have a negative reaction to drug X. After the drug hits the market concerns are raised that the actual probability of a negative reaction is higher than the drug company reported. In an investegatory trial 500 patients are given the drug and 9 have a negative reaction. \r
\n" ); document.write( "\n" ); document.write( "a) what would be the expected number of negative reactions in the study of 500 patients given the drug company's rate is correct? .01* 500=5\r
\n" ); document.write( "\n" ); document.write( "b) What would be the variance of negative reactions in this study of 500 patients given that the drug company's rate is correct? I have no idea!\r
\n" ); document.write( "\n" ); document.write( "c) How likely would observing 9 negative reactions in 500 patients have been given the drug company's intial claim was correct. I'm not sure how to type in what I did but i'll try (500!/9!)*.01^9*.99^491. my answer is .035 which means very unlikely. \r
\n" ); document.write( "\n" ); document.write( "d) How likely would observing 1 negative reaction in 500 patients have been given the drug company's initial claim was correct? I did the same sort of thing (500!/1!)*.01^1*.99^499=.033.\r
\n" ); document.write( "\n" ); document.write( "e) How likely would it be to observe 9 or more negative reactions. The answer is the same as part c.\r
\n" ); document.write( "\n" ); document.write( "Any help is greatly appreciated!
\n" ); document.write( "

Algebra.Com's Answer #19483 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a. np=500(0.01)=5
\n" ); document.write( "b) It's binomial. The standard deviation is sqrt(npq)
\n" ); document.write( " = sqrt(500.01(0.9)=0.671
\n" ); document.write( "c) I get 0.036. , but it's 500!/[491!*9!](0.01)^9(0.9)^491 or binompdf(500,0.01,9)
\n" ); document.write( "d) I get 0.33 also; it's 500!/[499!*1!](0.01)(0.99)^499
\n" ); document.write( "e) I get 0.067 or [1 - binomcdf(500,0.01,8)]
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );