document.write( "Question 912886: A recent survey found that 56% of mobile phone users, between the ages of 18 to 34, had
\n" ); document.write( "a smartphone. Suppose a random sample of 20 mobile phone users were selected. What is
\n" ); document.write( "the probability that less than 5 of them have a smartphone? [Ensure that you (1) clearly
\n" ); document.write( "denote the probability distribution and its parameter(s) and (2) state the formula]
\n" ); document.write( "

Algebra.Com's Answer #554142 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(smart pome) = .56, n = 20
\n" ); document.write( "P(x < 5) = binomcdf(20, .56, 4)= P(0) + P(1) + P(2) + P(3) + P(4)
\n" ); document.write( "Where
\n" ); document.write( "\"P%28x%29=+highlight_green%28nCx%29%28p%5Ex%29%28q%29%5E%28n-x%29+\"
\n" ); document.write( "p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p = .56 and q = .44, n = 20
\n" ); document.write( "\"nCx+=+%28n%21%29%2Fx%21%28n+-+x%29%21%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );