document.write( "Question 316729: 38% of people in the US have type O+ blood.\r
\n" );
document.write( "\n" );
document.write( "1) If randomly selecting 5 Americans, ask them if their blood type is O+, what is the probability that exactly 3 will have blood type O+? (use binomial formula)\r
\n" );
document.write( "\n" );
document.write( "2) If 5 Americans are selected at random, find the probability that 1 or less Americans will have O+ blood type? (binomial formula) \n" );
document.write( "
Algebra.Com's Answer #226687 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 38% of people in the US have type O+ blood. \n" ); document.write( "1) If randomly selecting 5 Americans, ask them if their blood type is O+, what is the probability that exactly 3 will have blood type O+? (use binomial formula) \n" ); document.write( "--- \n" ); document.write( "P(x=3) = 5C3(0.38)^3*(0.62)^2 = 0.2109 \n" ); document.write( "----------------------------------------- \n" ); document.write( "2) If 5 Americans are selected at random, find the probability that 1 or less Americans will have O+ blood type? (binomial formula) \n" ); document.write( "P(x = 0 or 1) = 5C0(0.38)^0*(0.62)^5 + 5C1(0.38)*(0.62)^4 \n" ); document.write( "= 0.2808 + 0.0916 \n" ); document.write( "= 0.3724 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( " \n" ); document.write( " |