document.write( "Question 1166247: In a large hospital an average of 3 out of every 5 patients ask for water with their meal. A random sample of 10 customers is selected. Assuming a binomial distribution, find the probability that i. Exactly 6 patients ask for water with their meal ii. At most 4 patients ask for water with their meal iii. At least 3 patients ask for water with their meal iv. Find the mean of this distribution v. Find the standard deviation of this distribution. \n" ); document.write( "
Algebra.Com's Answer #790741 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
binomial with n=10 p=0.6
\n" ); document.write( "mean is np=6
\n" ); document.write( "variance is np(1-p)=6*0.4=2.4
\n" ); document.write( "sd is sqrt(V)=1.55\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "exactly 6 is 10C6*0.6^6*0.4^4=0.2508
\n" ); document.write( "At most 4 is 0,1,2,3,4 and that probability is binomcdf(10,0.6,4) or 0.1662
\n" ); document.write( "At least 3 patients ask for water
\n" ); document.write( "That is everyone but 0,1,2. That probability (for 0,1,2) is 0.0123, so the answer is 1-0.0123 or 0.9877\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );