document.write( "Question 850071: a manufacturer packages bolts in boxes containing 100 each. Each box of 100 bolts contains, on average, 5 defective bolts. the quality control staff randomly selects a box at the end of the day from an entire production run. \r
\n" ); document.write( "\n" ); document.write( "A. what is the probability, rounded to four decimal places, that the box will contain exactly 3 defective bolts \r
\n" ); document.write( "\n" ); document.write( "B. What is the probability, rounded to four decimal places that the box will contain at most 7 defective bolts? \r
\n" ); document.write( "\n" ); document.write( "c. what is the probability, rounded to four decimal places that the box will contain less than 4 defective bolts?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #511970 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "p = .05, n = 100
\n" ); document.write( "using TI Calculator
\n" ); document.write( "P(x=3) = The syntax is binompdf(n, p, x-value)= binompdf(100, .05,3)
\n" ); document.write( "Or
\n" ); document.write( " P = (.05)^3(.95)^100
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P (x)= (p)^x(q)^(n-x) where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p = .05 & q = .95
\n" ); document.write( " = \"%28n%21%29%2Fx%21%28n+-+x%29%21%29\"
\n" ); document.write( " = \"100%2A99%2A98%2F%283%2A2%29+=+161700\"
\n" ); document.write( "B. What is the probability, rounded to four decimal places that the box will contain at most 7 defective bolts?
\n" ); document.write( "find P(x ≤ 7)= binomcdf(n, p, largest x-value) = binomcdf(100, .05, 7).
\n" ); document.write( " c. what is the probability, rounded to four decimal places that the box will contain less than 4 defective bolts?
\n" ); document.write( "find P(x < 4)= binomcdf(n, p, largest x-value) = binomcdf(100, .05, 3). \n" ); document.write( "
\n" );