document.write( "Question 899349: n a recent study, it was found that 40% of customers are unsatisfied with their bank. In a sample of 25 customers, what is the probability of finding at least 15 unsatisfied customers? \n" ); document.write( "
Algebra.Com's Answer #545335 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p = .40, n = 25
\n" ); document.write( "TI syntax is 1 – binomcdf(n, p, largest x-value).
\n" ); document.write( "P(x ≥ 15) = 1 - binomcdf(25,.40, 14) = .0344
\n" ); document.write( "
\n" );