document.write( "Question 250156: 47. Pharmacology In placebo-controlled trials of ProzacŪ, a
\n" );
document.write( "drug that is prescribed to fight depression, 23% of the
\n" );
document.write( "patients who were taking the drug experienced nausea,whereas 10% of the patients who were taking the placebo experienced nausea.*\r
\n" );
document.write( "\n" );
document.write( "a. If 50 patients who are taking ProzacŪ are selected, what
\n" );
document.write( "is the probability that 10 or more will experience nausea?\r
\n" );
document.write( "\n" );
document.write( "b. Of the 50 patients in part a, what is the expected number
\n" );
document.write( "of patients who will experience nausea?\r
\n" );
document.write( "\n" );
document.write( "c. If a second group of 50 patients receives a placebo,
\n" );
document.write( "what is the probability that 10 or fewer will experience
\n" );
document.write( "nausea?\r
\n" );
document.write( "\n" );
document.write( "d. If a patient from a study of 1000 people, who are equally
\n" );
document.write( "divided into two groups (those taking a placebo and
\n" );
document.write( "those taking ProzacŪ), is experiencing nausea, what is
\n" );
document.write( "the probability that he/she is taking ProzacŪ?\r
\n" );
document.write( "\n" );
document.write( "e. Since .23 is more than twice as large as .10, do you think
\n" );
document.write( "that people who take ProzacŪ are more likely to experience
\n" );
document.write( "nausea than those who take a placebo? Explain. \n" );
document.write( "
Algebra.Com's Answer #182136 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Pharmacology In placebo-controlled trials of ProzacŪ, a \n" ); document.write( "drug that is prescribed to fight depression, 23% of the \n" ); document.write( "patients who were taking the drug experienced nausea,whereas 10% of the patients who were taking the placebo experienced nausea.* \n" ); document.write( "a. If 50 patients who are taking ProzacŪ are selected, what \n" ); document.write( "is the probability that 10 or more will experience nausea? \n" ); document.write( "-- \n" ); document.write( "It's binomial with n=50 , p = 0.23 , 10 <= x <= 50 \n" ); document.write( "Prob = 1 - binomcdf(50, 0.23, 9) = 0.7436 \n" ); document.write( "------------------------------------------------------------------ \n" ); document.write( "b. Of the 50 patients in part a, what is the expected number \n" ); document.write( "of patients who will experience nausea? \n" ); document.write( "np = 50*0.23 \n" ); document.write( "--------------------- \n" ); document.write( "c. If a second group of 50 patients receives a placebo, \n" ); document.write( "what is the probability that 10 or fewer will experience \n" ); document.write( "nausea? \n" ); document.write( "binomcdf(50,0.10,10)= 0.9906 \n" ); document.write( "--------------------- \n" ); document.write( " \n" ); document.write( "d. If a patient from a study of 1000 people, who are equally \n" ); document.write( "divided into two groups (those taking a placebo and \n" ); document.write( "those taking ProzacŪ), is experiencing nausea, what is \n" ); document.write( "the probability that he/she is taking ProzacŪ? \n" ); document.write( "P(Prozac|nausea) = P(Prozac and nausea)/P(nausea) \n" ); document.write( "= (0.23)/[(P(nausea|Prozac) + P(nausea|placebo)] = 0.23/(0.23 + 0.10) \n" ); document.write( "= 0.23/0.33 = 0.6970 \n" ); document.write( "--------------- \n" ); document.write( "e. Since .23 is more than twice as large as .10, do you think \n" ); document.write( "that people who take ProzacŪ are more likely to experience \n" ); document.write( "nausea than those who take a placebo? Explain. \n" ); document.write( "I'll leave that to you. \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( "0 solutions \n" ); document.write( " \n" ); document.write( " |