document.write( "Question 1152814: Assume that when adults with smartphones are randomly​ selected, 57​% use them in meetings or classes. If 7 adult smartphone users are randomly​ selected, find the probability that at least 2 of them use their smartphones in meetings or classes. \n" ); document.write( "
Algebra.Com's Answer #774928 by ikleyn(52908)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "This is a binomial distribution type problem, where the probability under the question is the sum\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     P = \"sum+%28C%287%2Ck%29%2Ap%5Ek%2Aq%5E%287-k%29%2Ck=2%2C7%29\"      (1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The number of trials is              7;\r\n" );
document.write( "The indexes of success trials        k = 2,3,4,5,6,7\r\n" );
document.write( "The probability of success trial     p = 0.57;\r\n" );
document.write( "                                     q = 1 - p\r\n" );
document.write( "C(n,k) = n! / (k! * (n-k)!)          are binomial coefficients.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "I am going to use the Excel standard function BINOM.DIST.\r\n" );
document.write( "\r\n" );
document.write( "It provides calculations similar sums, but only in the case, when such sums are presented in so called cumulative form\r\n" );
document.write( "as the sums from 0 to some integer number.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Therefore, I convert the sum (1) into the cumulative form.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "In cumulative form, the sum  (1)  is equal to  1 - \"sum%28C%287%2Ck%29%2Ap%5Ek%2Aq%5E%287-k%29%2Ck=0%2C1%29\".     (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now, when the sum is presented in cumulative form, you may use the Excel function \r\n" );
document.write( "\r\n" );
document.write( "BINOM.DIST(1, 7, 0.57, TRUE)  to calculate \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"sum%28C%287%2Ck%29%2A0.57%5Ek%2A%281-0.57%29%5E%287-k%29%2Ck=0%2C1%29\" = 0.02794.    \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "In this way, the value of  (2)  is equal to  1 - 0.02794 = 0.97206 (approximately).    ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Thus the problem is solved using Technology.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "On Excel function BINOM.DIST, see its description everywhere, for example\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://support.office.com/en-us/article/binom-dist-function-c5ae37b6-f39c-4be2-94c2-509a1480770c\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "/\/\/\/\/\/\/\/\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To see other probability problems, solved by similar method, look into the lessons\r
\n" ); document.write( "\n" ); document.write( "    - Solving problems on Binomial distribution \r
\n" ); document.write( "\n" ); document.write( "    - How to calculate Binomial probabilities using Technology \r
\n" ); document.write( "\n" ); document.write( "    - Solving problems on Binomial distribution with Technology \r
\n" ); document.write( "\n" ); document.write( "in this site.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );