document.write( "Question 1087848: Type O blood is found in 44% of Americans. Suppose 7 samples of blood are tested at random. Find the probability that exactly 2 of the tested samples will be Type O. \n" ); document.write( "
Algebra.Com's Answer #702129 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! use the binomial probability formula \n" ); document.write( ": \n" ); document.write( "Probability (P) ( k successes in n trials ) = nCk * p^k * (1-p)^(n-k), where \n" ); document.write( "nCk = n! / (k! * (n-k)!) \n" ); document.write( ": \n" ); document.write( "P ( exactly 2 have type O blood out of 7 trials ) = 7C2 * (0.44)^2 * (1-0.44)^(7-2) = 0.2239 approx 0.22 \n" ); document.write( ": \n" ); document.write( "************************************************* \n" ); document.write( "P of exactly 2 with type O out of 7 trials = 0.22 \n" ); document.write( "************************************************* \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |