Answer:
It is impossible to simulate this with a random number generator without knowing what the correct answer choices were
Explanation:
Given
Required
How can he select the right answer
Using randint will only generate a random number which could or could not be the answer to the question.
This is so because each of the 5 options for the question has the same probability of 1/5. So, using randint will only generate a random number. This generated random number has 1/5 chance of being the answer and 4/5 of not being the answer to the question.
In a nutshell, he can not make use of a simulator to select the answer to the questions in this scenario, unless he knows the solution.
Hence (a) answers the question.