Login or Create an Account to view the mark scheme, comment, and add to a test
A die is rolled N times and the results stored in a collection called ROLLS. The die is normal, that is, with numbers 1 to 6 inclusive across it’s sides. The die is considered biased if the number of rolls are greater than 1000 and the number of times the most common value is rolled is greater than N/6 *1.05. If there are less than 1000 rolls then it is not known if the die is biased or not. Write pseudocode to determine whether or not the die is biased using this method and output the verdict.
[10]

Short Answer10 MarksCommunity
13 Uses24 Views0 Likes