document.write( "Question 317048: 2. Thirty-eight percent of people in the United States have type O+ blood. \r
\n" );
document.write( "\n" );
document.write( "a. If you randomly select five Americans and ask them if their blood type is O+, what is the probability that exactly 3 will have blood type O+?
\n" );
document.write( "(You MUST use the binominal formula) \r
\n" );
document.write( "\n" );
document.write( "b. If 5 Americans are selected at random, find the probability that 1 or less Americans will have O+ blood type.
\n" );
document.write( "(You MUST use the binomial formula) \n" );
document.write( "
Algebra.Com's Answer #226986 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 2. Thirty-eight percent of people in the United States have type O+ blood. \n" ); document.write( "------- \n" ); document.write( "a. If you randomly select five Americans and ask them if their blood type is O+, what is the probability that exactly 3 will have blood type O+? \n" ); document.write( "(You MUST use the binominal formula) \n" ); document.write( "--- \n" ); document.write( "n = 5 ; p = 0.38 \n" ); document.write( "P(x=3) = 5C3*(0.38)^3*(0.62)^2 = 0.2109 \n" ); document.write( "================================================ \n" ); document.write( "b. If 5 Americans are selected at random, find the probability that 1 or less Americans will have O+ blood type. \n" ); document.write( "(You MUST use the binomial formula) \n" ); document.write( "(x = 0 or 1) = 5C0(0.38)^0(0.62)^5 + 5C1(0.38)*(0.62)4 \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( " |