document.write( "Question 1167372: Assume that when adults with smartphones are randomly selected, 55% use them in meetings or classes. If 7 adult smartphone users are randomly selected, find the probability that at least 4 of them use their smartphones in meetings or classes. \n" ); document.write( "
Algebra.Com's Answer #791973 by Boreal(15235) You can put this solution on YOUR website! This is a binomial with n=7 p=0.55 \n" ); document.write( "a least 4 of them use their smartphones \n" ); document.write( "that is 1-prob(3) of them use them. \n" ); document.write( "=0.6083 is answer. \n" ); document.write( "probability 4 use them is 7C4*0.55^4*0.45^3=0.2918 \n" ); document.write( "for 5 it is 0.2140 \n" ); document.write( "for 6 it is 0.0872 \n" ); document.write( "for 7 it is 0.55^7 or 0.0152 \n" ); document.write( "add them to get 0.6082 (rounding error) \n" ); document.write( " \n" ); document.write( " |