document.write( "Question 473060: the probability of a computer chip failing is 2%. If 100 computers are sold, what is the probability of 12 computer chips failing. What equation would i use \n" ); document.write( "
Algebra.Com's Answer #324354 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the probability of a computer chip failing is 2%. If 100 computers are sold, what is the probability of 12 computer chips failing. \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 100 and p = 0.02 \n" ); document.write( "--- \n" ); document.write( "P(x = 12) = 100C12*0.02^12*0.98^88 = .00000072714... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |