document.write( "Question 248978: Here is a simple probability model for multiple-choice tests. Suppose that a student has probability p of correctly answering a question chosen at random from a universe of possible questions. (A good student has a higher p than a poor student.) The correctness of an answer to any specific question doesn't depend on other questions. A test contains n questions. Then the proportion of correct answers that a student gives is a sample proportion from an SRS of size n drawn from a population with population proportion p. \r
\n" );
document.write( "\n" );
document.write( "(a) Julie is a good student for whome p = 0.73. Find the probability that Julie scores 67% or lower on a 110 question test.\r
\n" );
document.write( "\n" );
document.write( "(c) How many questions must the test contain in order to reduce the standard deviation of Julie's proportion of correct answers to one-fourth its value for an 100-item test?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #181393 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Here is a simple probability model for multiple-choice tests. \n" ); document.write( "Suppose that a student has probability p of correctly answering a question chosen at random from a universe of possible questions. \n" ); document.write( "(A good student has a higher p than a poor student.) \n" ); document.write( "The correctness of an answer to any specific question doesn't depend on other questions. \n" ); document.write( "A test contains n questions. Then the proportion of correct answers that a student gives is a sample proportion from an SRS of size n drawn from a population with population proportion p. \n" ); document.write( " \n" ); document.write( "(a) Julie is a good student for whom p = 0.73. Find the probability that Julie scores 67% or lower on a 110 question test. \n" ); document.write( "--- \n" ); document.write( "mean = 0.73 \n" ); document.write( "std = sqrt{0.73*0.27/110] = 0.0391 \n" ); document.write( "z(0.67) = (0.67-0.73)/0.0391 = -1.5345\r \n" ); document.write( "\n" ); document.write( "--- \n" ); document.write( "P(0 <- phat <= 0.67) = P(-inf < z < -1.5345) = 0.0625 \n" ); document.write( "---------------------- \n" ); document.write( "(c) How many questions must the test contain in order to reduce the standard deviation of Julie's proportion of correct answers to one-fourth its value for an 100-item test? \n" ); document.write( "--- \n" ); document.write( "Since std = sqrt(pq/n) \n" ); document.write( "(1/4)sqrt(pq/n) = sqrt(pq/16n) \n" ); document.write( "16*110 = 1760 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |