document.write( "Question 1107808: The television show Found has been successful for many years. That show recently had a share of 19, meaning that among the TV sets in use, 19% were tuned to Found. Assume that an advertiser wants to verify that 19% share value by conducting its own survey, and a pilot survey begins with 14 households have TV sets in use at the time of a Found broadcast.\r
\n" );
document.write( "\n" );
document.write( "Find the probability that none of the households are tuned to Found.
\n" );
document.write( "P(none) =
\n" );
document.write( " (round answer to 4 decimal places)\r
\n" );
document.write( "\n" );
document.write( "Find the probability that at least one household is tuned to Found.
\n" );
document.write( "P(at least one) =
\n" );
document.write( " (round answer to 4 decimal places)\r
\n" );
document.write( "\n" );
document.write( "Find the probability that at most one household is tuned to Found.
\n" );
document.write( "P(at most one) =
\n" );
document.write( " (round answer to 4 decimal places)\r
\n" );
document.write( "\n" );
document.write( "If at most one household is tuned to Found, does it appear that the 19% share value is wrong? (Hint: Is the occurrence of at most one household tuned to Found unusual?)
\n" );
document.write( "yes, it is wrong
\n" );
document.write( "no, it is not wrong \n" );
document.write( "
Algebra.Com's Answer #722951 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The television show Found has been successful for many years. That show recently had a share of 19, meaning that among the TV sets in use, 19% were tuned to Found. Assume that an advertiser wants to verify that 19% share value by conducting its own survey, and a pilot survey begins with 14 households have TV sets in use at the time of a Found broadcast. \n" ); document.write( "P(watch) = 0.19 ; p(don't watch) = 0.81 \n" ); document.write( "------------------------- \n" ); document.write( "Find the probability that none of the households are tuned to Found. \n" ); document.write( "P(none) = (0.81)^14 = 0.0523 \n" ); document.write( "(round answer to 4 decimal places) \n" ); document.write( "------------------------------------------ \n" ); document.write( "Find the probability that at least one household is tuned to Found. \n" ); document.write( "P(at least one) = 1-P(none) = 0.9477 \n" ); document.write( "(round answer to 4 decimal places) \n" ); document.write( "------------------------------------------ \n" ); document.write( "Find the probability that at most one household is tuned to Found. \n" ); document.write( "P(at most one) = binomcdf(14,0.19,1) = 0.2242 \n" ); document.write( "(round answer to 4 decimal places) \n" ); document.write( "----------- \n" ); document.write( "If at most one household is tuned to Found, does it appear that the 19% share value is wrong? (Hint: Is the occurrence of at most one household tuned to Found unusual?) \n" ); document.write( "Not unusual. \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( "yes, it is wrong \n" ); document.write( "no, it is not wrong \n" ); document.write( " |