document.write( "Question 1085606: Use the multiplication rule for dependent events to solve for the following: A presenter needs two volunteers to help with an experiment. There are 30 total people to select from; 18 are women and 12 are men. He randomly chooses one volunteer who comes to the front of the room. He then chooses a second volunteer from those still seated. What is the probability that both volunteers chosen are women? Start with: \r
\n" );
document.write( "\n" );
document.write( "P(woman 1st and woman 2nd) =
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #699847 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( " Use the multiplication rule for dependent events to solve for the following: A presenter needs two volunteers to help with an experiment. There are 30 total people to select from; 18 are women and 12 are men. He randomly chooses one volunteer who comes to the front of the room. He then chooses a second volunteer from those still seated. What is the probability that both volunteers chosen are women? Start with: \r \n" ); document.write( "\n" ); document.write( "P(woman 1st and woman 2nd) = \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "Step 1: \n" ); document.write( "From 18 women and 12 men, \n" ); document.write( "P(woman)=18/30 \n" ); document.write( "Step 2: \n" ); document.write( "From 17 women and 12 men, \n" ); document.write( "P(woman)=17/29 \n" ); document.write( " \n" ); document.write( "Apply multiplication rule, \n" ); document.write( "P(woman,woman)=18/30*17/29=51/145 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Alternatively, apply hypergeometric distribution: \n" ); document.write( "W=18 \n" ); document.write( "M=12 \n" ); document.write( "w=number of women chosen \n" ); document.write( "m=number of men chosen \n" ); document.write( "P(w,m)=C(W,w)*C(M,m)/C(W+M,w+m) \n" ); document.write( "where \n" ); document.write( "C(n,r)=combination of r chosen from n)=n!/(r!(n-r)!) \n" ); document.write( " \n" ); document.write( "=> \n" ); document.write( "P(2,0)=C(18,2)C(12,0)/C(30,2) \n" ); document.write( "=51/145 as before. \n" ); document.write( " |