document.write( "Question 251215: A physician claims to have discovered a cure for a disease. Historically half of the patients with this disease have recovered without treatment. He treats 200 patients, 120 of whom recover. Waht is the probability that all 120 would have recovered without treatment? \n" ); document.write( "
Algebra.Com's Answer #182933 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A physician claims to have discovered a cure for a disease. Historically half of the patients with this disease have recovered without treatment. He treats 200 patients, 120 of whom recover. What is the probability that all 120 would have recovered without treatment? \n" ); document.write( "------------------ \n" ); document.write( "Population proportion = 0.5 \n" ); document.write( "----- \n" ); document.write( "The problem is binomial with n= 200, p = 0.5, x = 120 \n" ); document.write( "--------------------- \n" ); document.write( "P(x=120) = binompdf(200,0.5,120) = 0.001 \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |