document.write( "Question 247538: A box contains 50 razor blades, five of these are known to be used, the remainder unused. What is the probability that exactly 3 will be used.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #180554 by Edwin McCravy(20081) You can put this solution on YOUR website! A box contains 50 razor blades, five of these are known to be used, the remainder unused. What is the probability that exactly 3 will be used. \n" ); document.write( " \r\n" ); document.write( "The numerator is the number of successful ways, which is the\r\n" ); document.write( "number of ways to select exactly 3 from the 5 used.\r\n" ); document.write( "That's \"5 choose 3\"\r\n" ); document.write( "\r\n" ); document.write( "or 5C3 =\n" ); document.write( " |