document.write( "Question 871232: a company finds that 85% of their invoices are paid on time and 15% are not. If a random sample of 9 invoices is checked, find the probability that exactly seven will be paid on time and fewer than 2 invoices will not be paid on time \n" ); document.write( "
Algebra.Com's Answer #525470 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "p(not on time) = .15, n = 9
\n" ); document.write( "P(x < 2) = 1 - P(x ≥ 2) = .5995 |P(x ≥ 2)= 1 - binomcdf(9, .15, 1) = .4005
\n" ); document.write( "P(x = 7 on time) = binompdf(9, .85, 7) = .2597 0r 25.97% \n" ); document.write( "
\n" );