Josh Russett
CSCI II Lab
3 Feb 2015
#Dice-Rolling Lab Answers ####Question 1: Total possible rolls: 6*6
Rolling a 7: 6/36 (1/6)
Rolling a 2: 1/36
####Question 2: Running the simulation 5 times shows that the overall variation between values is immense, thus, 100 rolls is NOT sufficient to determine the relative frequenc of all the possible rolls.
####Question 3: Increasing the number of rolls greatly increases the precision of the simulation, as expected.
####Question 4:
To get a more accurate prediction for 7, the number of rolls must be increased to 1000000.
To get a more accurate prediction for 2, the number of rolls must also be increased to 1000000.