document.write( "Question 144311: You have 50 microwaves. Out of the 50 you have 4 defective ones. What is the probability that 2 out of the first 5 microwaves sold are defective? and how do I set up the equation? \n" ); document.write( "
Algebra.Com's Answer #105069 by stanbon(75887) ![]() You can put this solution on YOUR website! You have 50 microwaves. Out of the 50 you have 4 defective ones. What is the probability that 2 out of the first 5 microwaves sold are defective? and how do I set up the equation? \n" ); document.write( "------------------ \n" ); document.write( "This is a binomial distribution problem. \n" ); document.write( "P(defective) = 4/50 \n" ); document.write( "P(not defective) = 46/50 \n" ); document.write( "------------------------------- \n" ); document.write( "P(2 of 5 are defective) = 5C2*(4/50)^2*(46/50)^3 = 0.049836... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |