document.write( "Question 922047: The probability of a defect in one of your company's manufactured products is 5 %.
\n" );
document.write( "What is the probability that in a production run of 14 products, less than 2 will be defective? \n" );
document.write( "
Algebra.Com's Answer #559401 by ewatrrr(24785) You can put this solution on YOUR website! p(def) = .05, n = 14 \n" ); document.write( "P(x < 2) = binomcdf(14, .05, 1)= .8470 0r 84.70% Using TI \n" ); document.write( "............ \n" ); document.write( "One could also Use Your Casio fx-115 ES plus 0r fx-991 ES plus \n" ); document.write( "In a similar fashion: Mode: DIST(binomial CD). \n" ); document.write( "............ \n" ); document.write( "Recommend Using stattrek.com to check Results \n" ); document.write( "until You are familiar with Using Your Calculator. \n" ); document.write( "...... \n" ); document.write( "Above by hand: \n" ); document.write( "P(x < 2) = P(0) + P(1) \n" ); document.write( "where: \n" ); document.write( "p = .05, q = .95 and n = 14 \n" ); document.write( " |