document.write( "Question 1049352: This has been a tough one for me and any help is greatly appreciated!\r
\n" );
document.write( "\n" );
document.write( "Mimi plans to make a random guess at 10 true-or-false questions. Answer the following questions: \r
\n" );
document.write( "\n" );
document.write( "(a) Assume random number X is the number of correct answers Mimi gets. As we know, X follows a binomial distribution. What is n (the number of trials), p (probability of success in each trial) and q (probability of failure in each trial)?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(b) What is the probability that she gets at least 8 correct answers? (Show work and round the answer to 4 decimal places)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(c) How many correct answers can she expect to get? (Hint : What is the expected value of the binomial distribution?) (Show work)\r
\n" );
document.write( "\n" );
document.write( "Thank you for any help you can offer!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #664894 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Mimi plans to make a random guess at 10 true-or-false questions. Answer the following questions: \n" ); document.write( "(a) Assume random number X is the number of correct answers Mimi gets. As we know, X follows a binomial distribution. What is n (the number of trials), p (probability of success in each trial) and q (probability of failure in each trial)? \n" ); document.write( "n = 10 \n" ); document.write( "p = q = 1/2 \n" ); document.write( "----------------------- \r \n" ); document.write( "\n" ); document.write( "(b) What is the probability that she gets at least 8 correct answers? (Show work and round the answer to 4 decimal places) \n" ); document.write( "P(8<= x <=10) = 1 - binomcdf(10,1/2,7) = 0.0547 \n" ); document.write( "-------------------- \r \n" ); document.write( "\n" ); document.write( "(c) How many correct answers can she expect to get? (Hint : What is the expected value of the binomial distribution?) \n" ); document.write( "mean = n*p = 10*(1/2) = 5 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |