document.write( "Question 467666: A warehouse employs 24 workers on first shift and 17 workers on second shift. Eight workers are chosen at random to be interviewed about the work environment. Using combinations, find the probability of choosing 6 first shift workers and 2 second shift workers. \n" ); document.write( "
Algebra.Com's Answer #320907 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A warehouse employs 24 workers on first shift and 17 workers on second shift. Eight workers are chosen at random to be interviewed about the work environment. Using combinations, find the probability of choosing 6 first shift workers and 2 second shift workers. \n" ); document.write( "------ \n" ); document.write( "Ways to pick 6 first and 2 second shift workers: 24C6*17C2 \n" ); document.write( "---- \n" ); document.write( "Ways to pick 8 workers randomly: 41C8 \n" ); document.write( "------ \n" ); document.write( "Answwer: P(6 first and 2 second) = [24C6*17C2]/41C8 = 0.1916 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |