document.write( "Question 258127: Out of 2 million hay fever sufferers, 20% are allergic to tree pollen. If 11 hay fever victims are picked at random what is the probability that 5 have tree pollen what is the probability that 7 have tree pollen,what is the probability that none have tree pollen allergy and what is the probabiltiy that at least one has tree pollen allergy? Any help with this would be greatly appreciated.
\n" );
document.write( "Thanks Susan \n" );
document.write( "
Algebra.Com's Answer #190137 by edjones(8007)![]() ![]() You can put this solution on YOUR website! This is a binomial expansion. \n" ); document.write( "t=tree pollen allergy, n=no tree pollen allergy \n" ); document.write( "Let t=.2 and n=.8 \n" ); document.write( "(n+t)^11 \n" ); document.write( ". \n" ); document.write( "none have tree pollen allergy: n^11=.8^11=.0859 \n" ); document.write( ". \n" ); document.write( "the probabiltiy that at least one has tree pollen allergy: 1-.0859=.9141 \n" ); document.write( ". \n" ); document.write( "the probability that 5 have tree pollen allergy: nCr=11C5=462 the coefficient. \n" ); document.write( "462*n^6t^5=462*.8^6*.2^5=.0388 \n" ); document.write( ". \n" ); document.write( "the probability that 7 have tree pollen: 11C7=330 coefficient \n" ); document.write( "330*n^4t^7=330*.8^4*.2^7=.0017 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |