document.write( "Question 451992: 1. 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 #310750 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The total number of washers = 74+86+40 = 200 \n" ); document.write( "The probability that the 1st washer is steel is 86/200 \n" ); document.write( "Since the 1st washer is not replaced, there are 85 steel washers remaining. \n" ); document.write( "So the probability that the 2nd washer is steel is 85/199 \n" ); document.write( "And for the 3rd, the probability is 84/198 \n" ); document.write( "So the total probability is: \n" ); document.write( "86/200*85/199*84/198 = 0.0779 \n" ); document.write( " \n" ); document.write( " |