168k views
0 votes
A mathematics competition uses the following scoring procedure to discourage students from guessing (choosing an answer randomly) on the multiple-choice questions. For each correct response, the score is 7. For each question left unanswered, the score is 2. For each incorrect response, the score is 0. If there are 5 choices for each question, what is the minimum number of choices that the student must eliminate before it is advantageous to guess among the rest?

User Deblocker
by
5.5k points

2 Answers

0 votes
Three since there is a good percent of them guessing the correct answer
User Amalloy
by
4.5k points
7 votes

Answer:

For each correct answer, you have 7 points, for an unanswered you have 2 and for an incorrect you have 0.

to be advantageous to guess, the expected value must be greater than 2, so if we have 5 choices, we have 4 incorrect ones, and one correct, and the expected value is:

(4*0 + 1*7)/5 = 1.4

if we eliminate one choice, we have:

(3*0 + 1*7)/4 = 1.75

if we eliminate two choices, we have:

(2*0 + 1*7)/3 = 2.33

So if you eliminate two choices, the expected value is almost the same that if you do not answer the question, so if you do not know the correct answer, is almost the same to answer than not. Now assuming that the points must be whole numbers, we will need to remove another choice and get an expected value.

(1*0 + 1*7)/2 = 3.5

At this point, is better try to answer than not answer

User Mpontillo
by
5.6k points