document.write( "Question 1167362: Assume that when adults with smartphones are randomly​ selected, 52​% use them in meetings or classes. If 11 adult smartphone users are randomly​ selected, find the probability that fewer than 5
\n" ); document.write( "of them use their smartphones in meetings or classes.
\n" ); document.write( "

Algebra.Com's Answer #791960 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
this is a binomial with n=11 p=0.52 and want 0 to 4.
\n" ); document.write( "Can do this by doing each calculation from 0 to 4 (e.g.,for p(4) it is 11C4*0.52^4*0.48^7) (=0.1416) p(0) 0.48^11=0.0003
\n" ); document.write( "or
\n" ); document.write( "binomcdf(11,0.52,4)=0.2312\r
\n" ); document.write( "\n" ); document.write( "mean is 5.72 and variance is 2.76 (so sd 1.66), so approximately less than 1.22/1.66 sd and that gives a probability of 0.2327, so rough approximation a very reasonable check.
\n" ); document.write( "
\n" ); document.write( "
\n" );