document.write( "Question 587077: Suppose the chances of picking up a cold from someone by shaking hands with them is .01 (assuming you dont know whether they have a cold or not), and that each encounter you have is independent of another.
\n" );
document.write( "Suppose you shake hands with 5 people in a given day. What is the probability that you dont pick up a cold from any of these people? \n" );
document.write( "
Algebra.Com's Answer #373962 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose the chances of picking up a cold from someone by shaking hands with them is .01 (assuming you dont know whether they have a cold or not), and that each encounter you have is independent of another. \n" ); document.write( "Suppose you shake hands with 5 people in a given day. What is the probability that you dont pick up a cold from any of these people? \n" ); document.write( "------ \n" ); document.write( "Binomial with n=5 ; p(catch) = 0.01 ; p(don't) = 0.99 \n" ); document.write( "---- \n" ); document.write( "P(x = 5) = 0.99^5 = 0.0503 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |