document.write( "Question 107236: The mailing list of an agency that markets scuba-diving trips to the Florida Keys contains 75% males and 25% females. The agency calls 25 people chosen at random from its list.
\n" );
document.write( "(a) What is the probability that 17 of the 25 people are men?
\n" );
document.write( "wrong check mark\r
\n" );
document.write( "\n" );
document.write( "(b) What is the probability that the first woman is reached on the 8th call? \n" );
document.write( "
Algebra.Com's Answer #78032 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The mailing list of an agency that markets scuba-diving trips to the Florida Keys contains 75% males and 25% females. The agency calls 25 people chosen at random from its list. \n" ); document.write( "---------------------- \n" ); document.write( "P(man)= 0.75 \n" ); document.write( "P(woman) = 0.25 \n" ); document.write( "-------------------------- \n" ); document.write( "(a) What is the probability that 17 of the 25 people are men?\r \n" ); document.write( "\n" ); document.write( "Prob(x=17) = 25C17(0.75)^17(0.25)^8 = 0.1241.... \n" ); document.write( "I used binompdf(25,0.75,17) with a TI-83 to get the decimal answer. \n" ); document.write( "----------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(b) What is the probability that the first woman is reached on the 8th call? \n" ); document.write( "P(1st woman on 8th) = 0.75^7(0.25)= 0.33371 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |