document.write( "Question 471567: When treated with an Antibiotic, 91% of all the dolphins are cured of an ear infection. If 5 dolphins are treated, find the probablity that exactly 4 are cured? \n" ); document.write( "
Algebra.Com's Answer #323430 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p(cured) =.91 and q = .09
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "5 dolphins treated n = 5
\n" ); document.write( "P(exactly 4 cured) = 5C4(.91)^4(.09) = 5(.91)^4(.09)= .3086 \n" ); document.write( "
\n" );