Question: I would like to know the solution for this problem. Suppose you are an instructor and you want to design a coding question to ask
I would like to know the solution for this problem.

Suppose you are an instructor and you want to design a coding question to ask students to estimate an area using the Monte Carlo method. In the designed coding question, 100 samples are required. Also, 100 samples will be used in the reference code, and the autograder will use the result of reference code as the "correct" result. After testing, you found that after using 100 samples, the absolute error of the "correct" result is 6, and you decided to secretly use 100000 samples to generate the "correct" result. Student A still uses 100 samples to generate his running result, which has absolute error of 6 as well. Calculate reasonable upper and lower bound for the absolute differences between Student A's result and the "correct" result. Upper bound: 1 ? X0% wer bound: 1 X 0% Try a new variant Correct answer Upper bound: 6.18973665961 Lower bound: 5.81026334039
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
