document.write( "Question 311699: A box contains 74 brass washers, 86 steel washers and 40 aluminum washers, Three washers are drawn at random from the box without replacement. Determine the probability that all three are steel washers \n" ); document.write( "
Algebra.Com's Answer #222944 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A box contains 74 brass washers, 86 steel washers and 40 aluminum washers, Three washers are drawn at random from the box without replacement. Determine the probability that all three are steel washers \n" ); document.write( "-------- \n" ); document.write( "# of ways to pick 3 steel washers : 86C3 = 102340 \n" ); document.write( "--- \n" ); document.write( "# of ways to pick 3 randomly: 200C3 = 1313400 \n" ); document.write( "-------------- \n" ); document.write( "P(pick 3 steel washers) = 86C3/200C3 = 0.0779 \n" ); document.write( "================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |