document.write( "Question 488309: A company makes tablets of which 85% of tablets would pass a quaility control test by an inspector. If an inspector was to pick six tablets at ramdom from a batch and at least four must pass in order for the batch to be approved, what is the probability that the batch passes inspection? \n" ); document.write( "
Algebra.Com's Answer #333342 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A company makes tablets of which 85% of tablets would pass a quaility control test by an inspector. If an inspector was to pick six tablets at random from a batch and at least four must pass in order for the batch to be approved, what is the probability that the batch passes inspection?
\n" ); document.write( "---------------
\n" ); document.write( "Binomial Problem with n = 6 and p = 0.85
\n" ); document.write( "----
\n" ); document.write( "P(4<= x <= 6)
\n" ); document.write( "= 1-P(0<= x <=3)
\n" ); document.write( "= 1-binomcdf(6,0.85,3)
\n" ); document.write( "= 0.9527
\n" ); document.write( "=========
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );