document.write( "Question 911786: AA recent survey found that 56% of mobile phone users, between the ages of 18 to 34, had a smartphone. Suppose a random sample of 20 mobile phone users were selected. What is the probability that less than 5 of them have a smartphone? [Ensure that you (1) clearly denote the probability distribution and its parameter(s) and (2) state the formula]
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #553347 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! AA recent survey found that 56% of mobile phone users, between the ages of 18 to 34, had a smartphone. Suppose a random sample of 20 mobile phone users were selected. What is the probability that less than 5 of them have a smartphone? [Ensure that you \n" ); document.write( "(1) clearly denote the probability distribution and its parameter(s) \n" ); document.write( "Binomial Problem with n = 20 and p(have smartphone) = 0.56 \n" ); document.write( "-------------------- \n" ); document.write( "(2) state the formula \n" ); document.write( "P(x = k) = 20Ck(0.56)^k*(0.44)^(20-k) \n" ); document.write( "-------------------------------------------- \n" ); document.write( "Your Problem:: \n" ); document.write( "P(0<= x <=4) = binomcdf(20,0.56,4) = 0.0011 \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " \n" ); document.write( " |