document.write( "Question 363999: It is reported that 16 percent of American households use a cell phone exclusively for their telephone service. In a sample of eight households, find the probability that: \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a) None use a cell phone as their exclusive service. \r
\n" );
document.write( "\n" );
document.write( "b) At least one uses the cell exclusively.
\n" );
document.write( "
\n" );
document.write( "(c) At least five use the cell phone. \n" );
document.write( "
Algebra.Com's Answer #259619 by stanbon(75887) ![]() You can put this solution on YOUR website! It is reported that 16 percent of American households use a cell phone exclusively for their telephone service. In a sample of eight households, find the probability that: \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 8 and p = 0.16 \n" ); document.write( "----- \r \n" ); document.write( "\n" ); document.write( "a) None use a cell phone as their exclusive service. \n" ); document.write( "P(x=0) = 0.84^8 \n" ); document.write( "------------------------ \n" ); document.write( "b) At least one uses the cell exclusively. \n" ); document.write( "P(at least one uses) = 1 - P(none use) \n" ); document.write( "= 1 - 0.84^8 \n" ); document.write( "------------------------ \n" ); document.write( "(c) At least five use the cell phone. \n" ); document.write( "P(5<= x <=8) = 1 - P(0<= x <=4) = 1 - binomcdf(8,.16,4) = 0.0038 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |