document.write( "Question 924511: If 10% of a population of parts is defective, what is the probability of randomly selecting 90 parts and finding that 14 or more parts are defective? \n" ); document.write( "
Algebra.Com's Answer #560893 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(def) = .10, n = 90
\n" ); document.write( " Using a TI calculator 0r similarly a Casio fx-115 ES plus
\n" ); document.write( "p(x > 14) = 1 - binomcdf(90, .10, 14) = 1- .9667 = .0333 0r 3.33%
\n" ); document.write( "
\n" );