document.write( "Question 795313: I am still coming up with wrong answers. I have to be doing something wrong.\r
\n" ); document.write( "\n" ); document.write( "A library determines that its books are returned on time 90% of the time. If 450 books are check out, what is the probability that more than 410 and less than 410 will be returned on time
\n" ); document.write( "

Algebra.Com's Answer #480922 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A library determines that its books are returned on time 90% of the time. If 450 books are checked out, what is the probability that more than 410 and less than 410 will be returned on time
\n" ); document.write( "--------
\n" ); document.write( "Binomial Problem with n = 450 and p(on time) = 0.9
\n" ); document.write( "-----
\n" ); document.write( "P(400<= x <= 410) = = binomcdf(450,0.90,410) - binomcdf(450,0.9,399)
\n" ); document.write( "----
\n" ); document.write( "= 0.6127
\n" ); document.write( "===================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "==================
\n" ); document.write( "
\n" ); document.write( "
\n" );