document.write( "Question 469027: I would be truly grateful if a tutor could show me how to do these prblems or at least give me the equation to set them up.\r
\n" );
document.write( "\n" );
document.write( "With probability 0.05 a robotic reporter that works for MEOW NEWS will make a false statement.
\n" );
document.write( "Suppose the reporter produced 1900 statements last week.\r
\n" );
document.write( "\n" );
document.write( "12. (1 point) What is the expected number of false statements, and the standard deviation?\r
\n" );
document.write( "\n" );
document.write( "13. (1 point) What is the probability that 85 or fewer of those statements were false? Round answer to
\n" );
document.write( "four places after the decimal point.\r
\n" );
document.write( "\n" );
document.write( "14. (1 point) What is the probability that 124 or more of those statements were false? Round answer to
\n" );
document.write( "four places after the decimal point.\r
\n" );
document.write( "\n" );
document.write( "------------------------------------------------------------------- \n" );
document.write( "
Algebra.Com's Answer #321828 by stanbon(75887) ![]() You can put this solution on YOUR website! With probability 0.05 a robotic reporter that works for MEOW NEWS will make a false statement. \n" ); document.write( "Suppose the reporter produced 1900 statements last week. \n" ); document.write( "12. (1 point) What is the expected number of false statements, and the standard deviation? \n" ); document.write( "--- \n" ); document.write( "E(x) = np = 1900*0.05 = 5*19 = 95 \n" ); document.write( "std = sqrt(npq) = sqrt[95*0.95] = 9.5\r \n" ); document.write( "\n" ); document.write( "----------------------------------- \n" ); document.write( "13. (1 point) What is the probability that 85 or fewer of those statements were false? Round answer to four places after the decimal point. \n" ); document.write( "--- \n" ); document.write( "P(0<= x <= 85) = binomcdf(1900,0.05,85) = 0.1586 \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "14. (1 point) What is the probability that 124 or more of those statements were false? Round answer to four places after the decimal point. \n" ); document.write( "P(124 <= x <= 1900) = 1 - binomcdf(1900,0.05,123) = 0.0019 \n" ); document.write( "============================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------------------------------------------------------- \n" ); document.write( " \n" ); document.write( " |