document.write( "Question 322070: help please :) A survey indicates that 23% of US men select fishing as their favorite leisure activity.
\n" );
document.write( "a. is this a binomial distribution?
\n" );
document.write( "b. is it possible to use the table for this problem?
\n" );
document.write( "c. if you randomly select 5 men, find the probability that exactly two of the men liked fishing
\n" );
document.write( "d. again, if you randomly select 5 men, find the probability that at least 2 of the men liked fishing \n" );
document.write( "
Algebra.Com's Answer #230557 by stanbon(75887) ![]() You can put this solution on YOUR website! A survey indicates that 23% of US men select fishing as their favorite leisure activity. \n" ); document.write( "a. is this a binomial distribution? \n" ); document.write( "Yes, because every man is either says yes or no when asked if fishing is his \n" ); document.write( "fvorite leisure. \n" ); document.write( "------------------------ \n" ); document.write( "b. is it possible to use the table for this problem? \n" ); document.write( "Yes, a binomial table \n" ); document.write( "------------------------ \n" ); document.write( "c. if you randomly select 5 men, find the probability that exactly two of the men liked fishing \n" ); document.write( "P(x=2) = 5C2*0.23^2*0.77^3 = 0.2415 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "d. again, if you randomly select 5 men, find the probability that at least 2 of the men liked fishing \n" ); document.write( "P(2<= x <=7) = 1 - binomcdf(7,0.23,1) = 0.5040 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |