document.write( "Question 437553: If there are 30 pieces of paper in a hat and 4 of them have your name on them. What is the probability of drawing your name if you get to draw 2 pieces of paper at random. Order does not matter.\r
\n" );
document.write( "\n" );
document.write( "Once the first piece of paper is drawn, it is not added back into the hat. \n" );
document.write( "
Algebra.Com's Answer #302706 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nCr=combination of n things taken r at a time = n!/((n-r)!*r!) \n" ); document.write( "(4C0 * 26C2)/30C2 \n" ); document.write( "26C2=26!/(24!*2!)=325 \n" ); document.write( "30C2=30!/(28!*2)=435 \n" ); document.write( "=325/435 \n" ); document.write( "=65/87 Probability of your name not being drawn. \n" ); document.write( "1 - 65/87 = 22/87 the probability of drawing your name if you get to draw 2 pieces of paper at random. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |