document.write( "Question 1082724: If the failure rate of TVs is 13.3%, what is the probability that 25 of the 150 TVs produced will fail when they go to an appliance store? \n" ); document.write( "
Algebra.Com's Answer #696817 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If the failure rate of TVs is 13.3%, what is the probability that 25 of the 150 TVs produced will fail when they go to an appliance store? \n" ); document.write( "------- \n" ); document.write( "Binomial Problem:: n = 150 ; p = 0.133 \n" ); document.write( "------ \n" ); document.write( "P(x = 25) = 150C25(0.133)^25*(0.867)^125 = binompdf(150,0.133,25) = 0.0437 \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |