document.write( "Question 627278: A recent study in NJ showed that 50% of all patients will return to the same dentist. Suppose
\n" ); document.write( "nine patients are selected at random, what is the probability that:
\n" ); document.write( "(a) Exactly five of the patients will return?
\n" ); document.write( "(b) All nine will return?
\n" ); document.write( "(c) At least eight will return?
\n" ); document.write( "(d) At least one will return?
\n" ); document.write( "(e) How many patients would be expected to return to the same dentist, i.e., what is the mean of
\n" ); document.write( "the distribution?
\n" ); document.write( "

Algebra.Com's Answer #394818 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 & q are = 1/2 or .5
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( " (a) Exactly five of the patients will return? 9C5(.5)^5(.5)^4
\n" ); document.write( " (b) All nine will return? 9C9(.5)^9
\n" ); document.write( " (c) At least eight will return? 1 - 9C9(.5)^9
\n" ); document.write( " (d) At least one will return? 9C0(.5)^0(.5^9) + 9C1(.5)^1(.5)^8
\n" ); document.write( " (e) How many patients would be expected to return to the same dentist, i.e., what is the mean of the distribution? \".5%2A9+=+4.5\" \n" ); document.write( "
\n" );