document.write( "Question 913698: An automotive parts manufacturer produces transmissions for sport utility vehicles. There is 2% chance that the any given transmission is defective, independent of the other transmissions produced. Determine the probability that more than 3 transmissions in a shipment of 50 are defective \n" ); document.write( "
Algebra.Com's Answer #554662 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(def) = .02, n = 50 \n" ); document.write( "P(x > 3) = 1 - binomcdf(50, .02, 3) \n" ); document.write( " |