document.write( "Question 872596: ***
\n" );
document.write( "A recent clinical study, a new non-perscription anti-fungal cream showed the success rate to be 87%. If 12 people purchase the cream and use it as prescribed, what is the probability that at least 10 will have positive results?\r
\n" );
document.write( "\n" );
document.write( "Enter your response as a three digit decimal. \n" );
document.write( "
Algebra.Com's Answer #526253 by indra89811(24) You can put this solution on YOUR website! Let p denote the event of success rate. \n" ); document.write( "p=0.87\r \n" ); document.write( "\n" ); document.write( "Using the Probability Binomial Distribution formula : \n" ); document.write( "P(X=r)= n C r (p) ^ r (1-p )^(n-r)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability that at least 10 will have positive result implies that either 10, or 11 or 12 people can have positive result. i.e we are required to find P(X=10) + P(x=11) + P(x=12)\r \n" ); document.write( "\n" ); document.write( "Using the above formula.\r \n" ); document.write( "\n" ); document.write( "12 C 10 * (0.87)^10*(0.13)^2 + 12 C 11 (0.87)^11 * (0.13)^1 + 12 C 12 (0.87)^12 *(0.13)^0\r \n" ); document.write( "\n" ); document.write( "= 0.802 \n" ); document.write( " |