document.write( "Question 677138: A test consists of 25 multiple-choice questions. Assume that a test taker randomly guesses a choice for each and every question. Clearly state what probability model(s) you use and what value each parameter is equal to.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "1 (10 points). If each and every question has 3 choices (one correct, two incorrect), what is the probability that the test taker will get a B or better (i.e., 80 points or higher)?\r
\n" );
document.write( "\n" );
document.write( "2 (10 points). If fifteen questions has three choices each (one correct, two incorrect) and ten has two choices each (one correct, one incorrect), what is the probability that the test taker will get a B or better?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I used the Binomial Probability equation (n!/(k!(n-k)!)*(p^k)*(1-p)^(n-k) for the first problem and it looks as if it works, however I don't think that this equation applies to the second question. Any suggestions? \n" );
document.write( "
Algebra.Com's Answer #420718 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A test consists of 25 multiple-choice questions. Assume that a test taker randomly guesses a choice for each and every question. Clearly state what probability model(s) you use and what value each parameter is equal to. \r \n" ); document.write( "\n" ); document.write( "1 (10 points). If each and every question has 3 choices (one correct, two incorrect), what is the probability that the test taker will get a B or better (i.e., 80 points or higher)? \n" ); document.write( "Binomial Problem with n = 25 ; p(correct) = 1/3 ; p(incorrect) = 2/3 \n" ); document.write( "------ \n" ); document.write( "Note: 80% of 25 = 20 \n" ); document.write( "P(x >- 20) = 1 - binomcdf(25,1/3,19) = 0.000002269\r \n" ); document.write( "\n" ); document.write( "-------------------------------------------------- \n" ); document.write( "2 (10 points). If fifteen questions has three choices each (one correct, two incorrect) and ten has two choices each (one correct, one incorrect), what is the probability that the test taker will get a B or better? \n" ); document.write( "---- \n" ); document.write( "Need 20 correct out of 25 ; same as miss 5 or less out of 25 \n" ); document.write( "---- \n" ); document.write( "P(x <= 5 wrong) means \n" ); document.write( "5 wrong from 15 and 0 wrong from 10::::15C5(2/3)^5*(1/3)^10*10C0(1/2)^10 \n" ); document.write( "or 4 wrong from 15 and 1 wrong from 10::::15C4(2/3)^4(1/3)*10C1(1/2)10 \n" ); document.write( "or 3 wrong from 15 and 2 wrong from 10etc \n" ); document.write( "or 2 wrong from 15 and 3 wrong from 10 \n" ); document.write( "or 1 wrong from 15 and 4 wrong from 10 \n" ); document.write( "or 0 wrong from 15 and 5 wrong from 10 \n" ); document.write( "----- \n" ); document.write( "Add those products to get P(less than or equal to 5 wrong) \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |