document.write( "Question 344440: If 4 factories in a group of 20 factories in a community are violatig environmental regulations and 6 are randomly selected for inspection, what is the probability that none of the violators will be selected?\r
\n" );
document.write( "\n" );
document.write( "What formula do I even begin to solve this problem with? \n" );
document.write( "
Algebra.Com's Answer #247741 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! let N=event the chosen factory is a non violator \n" ); document.write( "each outcomes probability is dependent on what was selected previously \n" ); document.write( "-- \n" ); document.write( "P(selecting 6 at random and getting none of the violators)=P(NNNNNN) \n" ); document.write( "= (16/20)*(15/19)*(14/18)*(13/17)*(12/16)*(11/15) = 0.2066 \n" ); document.write( "--- \n" ); document.write( "this probability could also be written as\r \n" ); document.write( "\n" ); document.write( "C(4,0)*C(16,6)/C(20,6) basically # ways choosing 0 of the 4 violators times # ways of choosing 6 nonviolators out of 16 nonviolators divided by the # ways of selecting 6 factories out of 20\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |