document.write( "Question 857256: When treated with antibiotics. 98% of dolphins are cured of an ear infection. if 5 dolphins are treated, find the probability that exactly 3 are cured \n" ); document.write( "
Algebra.Com's Answer #516512 by stanbon(75887) ![]() You can put this solution on YOUR website! When treated with antibiotics. 98% of dolphins are cured of an ear infection. if 5 dolphins are treated, find the probability that exactly 3 are cured \n" ); document.write( "------- \n" ); document.write( "Binomial Problem with n = 5 ; p(cure) = 0.98 ; p(not) = 0.02 \n" ); document.write( "------------------- \n" ); document.write( "P(x = 3) = 5C3*0.98^3*0.02^2 = binompdf(5,0.98,3) = 0.0038 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " |