Corrections

Question 35: The correct answer was B, but I chose C. This is because the generalization of MaxTwo and MaxThree is Max, and it would take the input of a list and return the Max of a numList.

Question 36: The correct answer was A, but I chose D. I chose D because removing nonessential variables would most likely compromise the accuracy of the simulation, but according to College Board, the accuracy would not differ too much. It would instead decrease the runtime of the simulation since less variables are being considered, but the time required would still likely depend on the complexity of the model.

Question 60: The correct answer was D, but I chose B. I chose B because this question was based on counting the indexes after removing the duplicates of an array. I miscounted D and B, since I miscounted B and 3 and D as 4.