document.write( "Question 820166: A manufacturer of headache medicine claims it is 80 percent effective within a few minutes. That is, out of every 100 users 80 get relief within a few minutes. A group of 12 patients are given the medicine. If the claim is true, what is the probability that 8 have relief within a few minutes?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I TRUELY DO NOT UNDERSTAND THIS QUESTION. I DONT EVEN KNOW WHAT FORMULA TO PUT IT IN. I have tried the binomial way but don't understand where the numbers are suppose to go. Please help me with this. thank you so much \n" );
document.write( "
Algebra.Com's Answer #493413 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A manufacturer of headache medicine claims it is 80 percent effective within a few minutes. That is, out of every 100 users 80 get relief within a few minutes. A group of 12 patients are given the medicine. If the claim is true, what is the probability that 8 have relief within a few minutes? \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 12 and p(relief) = 0.8 \n" ); document.write( "----- \n" ); document.write( "P(x = 8) = 12C8(0.8)^8(0.2)^4 \n" ); document.write( "= 495*0.1678*0.0016 \n" ); document.write( "= binompdf(12,0.8,8) \n" ); document.write( "= 0.1329 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------- \n" ); document.write( " \n" ); document.write( " |