Answer:
It is impossible to simulate this with a random number generator without knowing what the correct answer choices were
Explanation:
Given
![Questions = 4](https://img.qammunity.org/2022/formulas/mathematics/college/9xh3all6ped4h7nadsw5jhbhefi0zqunmu.png)
![Options = 5](https://img.qammunity.org/2022/formulas/mathematics/college/zxle4me5w6e1x1a5u8jghfl1l2uy2cgg53.png)
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.