document.write( "Question 747897: It is estimated that, in jury trials, the jury will reach the correct decision
\n" );
document.write( "(guilty or not guilty) 92% of the time. In 200 randomly selected jury trials,
\n" );
document.write( "a. what is the probability that the jury will reach the correct decision in at least 175 of the trials?
\n" );
document.write( "b. what is the probability that there will be fewer than 180 correct decisions?
\n" );
document.write( "c. What is the probability that there will be exactly 184 correct decisions?\r
\n" );
document.write( "\n" );
document.write( "(Why does the binomial theorem give a different answer than finding the z score and looking up p in the normal table?) \n" );
document.write( "
Algebra.Com's Answer #455338 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! It is estimated that, in jury trials, the jury will reach the correct decisio \n" ); document.write( "(guilty or not guilty) 92% of the time. In 200 randomly selected jury trials, \n" ); document.write( "------- \n" ); document.write( "Binomial with n = 200 and p(correct) = 0.92 \n" ); document.write( "----- \n" ); document.write( "a. what is the probability that the jury will reach the correct decision in at least 175 of the trials? \n" ); document.write( "P(x >= 175) = 1 - P(0<= x <=174) = 0.9901 \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "b. what is the probability that there will be fewer than 180 correct decisions? \n" ); document.write( "P(0<= x <=179) = 0.1225 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "c. What is the probability that there will be exactly 184 correct decisions? \n" ); document.write( "P(x = 184) = binompdf(200,0.92,184) = 0.1034 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "(Why does the binomial theorem give a different answer than finding the z score and looking up p in the normal table?) \n" ); document.write( "The probability of ANY spedific number is zero in a continuous distribution. \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |