document.write( "Question 568547: A distribution center receives shipment of a product from 3 different factories in quantities of 60, 45, and 25, Three times a product is selected at random without replacement. Find the probability that all three products came from the 3rd factory. \n" ); document.write( "
Algebra.Com's Answer #367016 by stanbon(75887) ![]() You can put this solution on YOUR website! A distribution center receives shipment of a product from 3 different factories in quantities of 60, 45, and 25, Three times a product is selected at random without replacement. Find the probability that all three products came from the 3rd factory. \n" ); document.write( "----- \n" ); document.write( "# of ways to succeed: 25C3 = 2300 \n" ); document.write( "-- \n" ); document.write( "# of ways to choose 3 randomly: 130C3 = 357760 \n" ); document.write( "============ \n" ); document.write( "P(3 from 3rd) = 2300/357760 \n" ); document.write( "================================ \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |