document.write( "Question 469617: Can a kind soul help me with my last killer homework problem? It states:\r
\n" );
document.write( "\n" );
document.write( "With probability 0.05 a robotic reporter that works for MEOW NEWS will make a false statement. \r
\n" );
document.write( "\n" );
document.write( "Suppose the reporter produced 1900 statements last week. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "13. What is the probability that 85 or fewer of those statements were false? Round answer to four places after the decimal point. \r
\n" );
document.write( "\n" );
document.write( "P(0<= x <= 85) = binomcdf(1900,0.05,85) = 0.1586
\n" );
document.write( " but its wrong...
\n" );
document.write( "14. 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( "also wrong... HELP!!!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #322225 by edjones(8007) You can put this solution on YOUR website! 13) \n" ); document.write( "p=.05, q=.95 n=1900 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "P(0<= x <= 85.5) \n" ); document.write( " \n" ); document.write( "Area under the normal curve is .1587 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |