document.write( "Question 1169467: Hi, I need help solving this problem, I keep getting it incorrect.
\n" );
document.write( "\"A student takes a 24-question multiple-choice exam but didn't study and randomly guesses each answer. Each question has three possible choices for the answer. Find the probability that the student guesses more than 75% of the questions correctly. (Round to three decimal places)\" \n" );
document.write( "
Algebra.Com's Answer #794221 by Theo(13342)![]() ![]() You can put this solution on YOUR website! there are 24 questions. \n" ); document.write( "each question has 3 possible answers. \n" ); document.write( "you are looking for the probability that the student guesses more than 75% of the questions correctly.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability of getting any one question correct is equal to 1/3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability of getting any one question wrong is equal to 2/3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this looks like a binomial distribution type problem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(x) = p^x * q^(n-x) * c(n,x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is the probability of getting it right. \n" ); document.write( "q is the probability of getting it wrong. \n" ); document.write( "n is the size of the set of possible selections. \n" ); document.write( "x is the side of each subset of n.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when p = 1/3 and q = 2/3 and n = 24, then:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of getting more than 75% correct would be:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(x) from x, where x > .75 * 24 = 3/4 * 24 = 18.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since 75% of 24 is 18, you would be looking for p(x) from x = 19 to 24.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the results are shown below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability from x = 19 to x = 24 is shown as 5.4792E-06. \n" ); document.write( "that would be .0000054792. \n" ); document.write( "round that to 3 decimal places and it becomes 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "an example of one of the calculations is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability of getting exactly 19 correct is: \n" ); document.write( "p(19) = p^x * q^(n-1) * c(n,x) which becomes: \n" ); document.write( "p(19) = (1/3)^19 * (1/3)^5 * c(24,19) which becomes: \n" ); document.write( "p(19) = 4.81581359 * 10^6 \n" ); document.write( "that compares favorably to 4.81581E-06 in the excel spreadsheet which is the same answer rounded to 5 decimal places. \n" ); document.write( "excel shows the rounded number, but uses the unrounded number. \n" ); document.write( "c(n,x) is the combination formula. \n" ); document.write( "for n = 24 and x = 19, the formula becomes c(24,19). \n" ); document.write( "c(n,x) formula is n! / (x! * (n-x)!) \n" ); document.write( "when n = 24 and x = 19, the formula becomes: \n" ); document.write( "24! / (19! * 5!) \n" ); document.write( "that can be written as (24 * 23 * 22 * 21 * 20 * 19!) / (19! * 5!) \n" ); document.write( "the 19! in the numerator and the denominator cancels out and you are left with: \n" ); document.write( "(24 * 23 * 22 * 21) / (5 * 4 * 3 * 2 * 1) \n" ); document.write( "solve to get c(14,19) = 42504 \n" ); document.write( "that compares favorably to what is in the spreadsheet for p(19).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your results are the sum of p(19) to p(24).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the bottom line is, the probability of getting more than 75% correct is so low that it is effectively 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in excel, E-x means * 10^x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |