document.write( "Question 169882: A box contains 74 brass washer, 86 steel washers and 40 aluminium washers. Three washers are drawn at random from the box without replacement.\r
\n" );
document.write( "\n" );
document.write( "a) Determine the probability that all three are steel washers.\r
\n" );
document.write( "\n" );
document.write( "b) Determine the probability that there are no aluminium washers drawn, when three washers are drawn at random from the box without replacement.\r
\n" );
document.write( "\n" );
document.write( "c) Find the probability that there are two brass washers and either a steel or an aluminium washer when three are drawn at random, without replacement. \n" );
document.write( "
Algebra.Com's Answer #125311 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A box contains 74 brass washer, 86 steel washers and 40 aluminium washers. Three washers are drawn at random from the box without replacement. \n" ); document.write( "a) Determine the probability that all three are steel washers. \n" ); document.write( "# of ways to succeed = 86C3 \n" ); document.write( "# of possible outcomes = 200C3 \n" ); document.write( "P(success) = 86C3/200C3 = 0.0779... \n" ); document.write( "------------------------------------------------- \n" ); document.write( "b) Determine the probability that there are no aluminium washers drawn, when three washers are drawn at random from the box without replacement. \n" ); document.write( "# of ways to succed = 114C3/200C2 \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "c) Find the probability that there are two brass washers and either a steel or an aluminium washer when three are drawn at random, without replacement. \n" ); document.write( "# of ways to succeed: \n" ); document.write( "Draw to brass washers in 74C2 ways \n" ); document.write( "Draw a steel or aluminum washer 126 ways \n" ); document.write( "Total # of ways to succeed 74C2*126 \n" ); document.write( "Prob of success: [74C2*126]/[200C3] = 0.25912 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |