document.write( "Question 1018218: Eight of the 40 newly built cars are selected at random to be checked for steering defects. Suppose 10 0f the cars have such defects. Find the probability that all 8 of the selected cars have steering defect. \n" ); document.write( "
Algebra.Com's Answer #634409 by mathmate(429)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "Eight of the 40 newly built cars are selected at random to be checked for steering defects. Suppose 10 0f the cars have such defects. Find the probability that all 8 of the selected cars have steering defect. \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "This is a problem that can be solved using the hypergeometric distribution. \n" ); document.write( "Let \n" ); document.write( "A=number of defective cars in the population \n" ); document.write( "B=number of non-defective cars in the population \n" ); document.write( "a=number of defective cars in the sample \n" ); document.write( "b=number of non-defective cars in the sample. \n" ); document.write( " \n" ); document.write( "Then \n" ); document.write( "Probability of picking a defective out of a sample size (a+b) is \n" ); document.write( "P(a;a+b) \n" ); document.write( "=P(8;8) \n" ); document.write( "=C(A,a)*C(B,b)/C(A+B,a+b) \n" ); document.write( "=C(10,8)*C(30,0)/C(40,8) \n" ); document.write( "= \n" ); document.write( " \n" ); document.write( "This can also obtained by reasoning the long way: \n" ); document.write( "Fist defective: 10/40, \n" ); document.write( "second defective: 9/39 \n" ); document.write( "... \n" ); document.write( "eighth defective: 3/33 \n" ); document.write( "Multiplying together gives \n" ); document.write( "P(8,8)=10*9*8.../(40*39...33)= \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |