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)\"\" \"About 
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 = \"%285%2A4%2A3%29%2F%283%2A2%2A1%29=+60%2F6=10\"\r\n" );
document.write( "\r\n" );
document.write( "The denominator is the number of possible ways, which is the\r\n" );
document.write( "number of ways to select exactly 3 from the total 50.\r\n" );
document.write( "That's \"50 choose 3\"\r\n" );
document.write( "\r\n" );
document.write( "or 50C3 = \"%2850%2A49%2A48%29%2F%283%2A2%2A1%29=+117600%2F6=19600\"\r\n" );
document.write( "\r\n" );
document.write( "So the desired probability is\r\n" );
document.write( "\r\n" );
document.write( "\"10%2F19600=1%2F1960\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );