// Numbas version: exam_results_page_options {"name": "Data collection", "duration": 0, "feedback": {"feedbackmessages": [], "allowrevealanswer": true, "showactualmark": true, "showanswerstate": true, "intro": "", "showtotalmark": true, "advicethreshold": 0}, "percentPass": 0, "question_groups": [{"name": "Group", "pickingStrategy": "all-ordered", "pickQuestions": 1, "questions": [{"name": "Theoretical Probability vs Experimental Probability ", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}, {"name": "Elliott Fletcher", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/1591/"}], "type": "question", "statement": "

Two unbiased, 6-sided dice were rolled together and the total of the numbers shown on the faces was recorded.

\n

The experiment was repeated $\\var{no_rolls}$ times.

\n

This table gives the frequency of each outcome.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Total23456789101112
Frequency$\\var{Freq[0]}$$\\var{Freq[1]}$$\\var{Freq[2]}$$\\var{Freq[3]}$$\\var{Freq[4]}$$\\var{Freq[5]}$$\\var{Freq[6]}$$\\var{Freq[7]}$$\\var{Freq[8]}$$\\var{Freq[9]}$$\\var{Freq[10]}$
", "variablesTest": {"condition": "", "maxRuns": 100}, "variables": {"Freq2": {"group": "Ungrouped variables", "name": "Freq2", "description": "

List of Frequencies for theoretical probability.

", "templateType": "anything", "definition": "[1,2,3,4,5,6,5,4,3,2,1]"}, "sum": {"group": "Ungrouped variables", "name": "sum", "description": "

Sums obtained from no_rolls of two dice part a)

", "templateType": "anything", "definition": "repeat(random(2..12), no_rolls)"}, "gcd2": {"group": "Ungrouped variables", "name": "gcd2", "description": "

Gcd for answer in part a) ii)

", "templateType": "anything", "definition": "gcd(Freq2[x[0]],36)"}, "gcd1": {"group": "Ungrouped variables", "name": "gcd1", "description": "

Gcd of numerator and denominator for advice for part a) i).

", "templateType": "anything", "definition": "gcd(Freq[sum[0]-2], no_rolls)"}, "die": {"group": "Ungrouped variables", "name": "die", "description": "

number the die lands on in part a)

", "templateType": "anything", "definition": "[2,3,4,5,6,7,8,9,10,11,12]"}, "Freq": {"group": "Ungrouped variables", "name": "Freq", "description": "

Frequencies of each possible sum of numbers from rolling 2 die. part a

", "templateType": "anything", "definition": "map(\nlen(filter(x=j,x,sum)),\nj, 2..12)"}, "add": {"group": "Ungrouped variables", "name": "add", "description": "", "templateType": "anything", "definition": "random(-5..5 except -1 except 1 except 0)"}, "no_rolls": {"group": "Ungrouped variables", "name": "no_rolls", "description": "

Number of rolls of the die in part a.

", "templateType": "anything", "definition": "random(50..100 #10)"}, "remainder": {"group": "Ungrouped variables", "name": "remainder", "description": "", "templateType": "anything", "definition": "(ceil(10000/36)+add)+(ceil(10000/18)+add)+(ceil(2500/3)+add)+(ceil(10000/9)+add)+(ceil(12500/9)+add)+(ceil(12500/9)-add)+(ceil(10000/9)-add)+(ceil(2500/3)-add)+(ceil(5000/9)-add)+(ceil(2500/9)-add)"}, "x": {"group": "Ungrouped variables", "name": "x", "description": "

Index for part a.

", "templateType": "anything", "definition": "indices(die, sum[0])"}}, "functions": {}, "tags": ["dice", "Dice", "Experimental probability", "Experimental Probability", "experimental probability", "Probability", "probability", "sum of two dice", "taxonomy", "theoretical probability", "Theoretical Probability"], "variable_groups": [], "parts": [{"scripts": {}, "variableReplacements": [], "type": "gapfill", "variableReplacementStrategy": "originalfirst", "showFeedbackIcon": true, "gaps": [{"correctAnswerFraction": true, "scripts": {}, "type": "numberentry", "variableReplacementStrategy": "originalfirst", "allowFractions": true, "maxValue": "{Freq[{sum[0]}-2]}/{no_rolls}", "showFeedbackIcon": true, "minValue": "{Freq[{sum[0]}-2]}/{no_rolls}", "correctAnswerStyle": "plain", "mustBeReducedPC": 0, "mustBeReduced": false, "notationStyles": ["plain", "en", "si-en"], "variableReplacements": [], "marks": 1, "showCorrectAnswer": true}], "showCorrectAnswer": true, "prompt": "

Find the experimental probability of rolling a total of $\\var{sum[0]}$.

\n

Enter your answer as a fraction.

\n

[[0]]

", "marks": 0}, {"correctAnswerFraction": true, "scripts": {}, "type": "numberentry", "variableReplacementStrategy": "originalfirst", "allowFractions": true, "maxValue": "{Freq2[{x[0]}]}/36", "showFeedbackIcon": true, "prompt": "

Now calculate the theoretical probability that the sum of the scores of the two dice is $\\var{sum[0]}$.

\n

Enter your answer as a fraction.

", "minValue": "{Freq2[{x[0]}]}/36", "correctAnswerStyle": "plain", "mustBeReducedPC": 0, "mustBeReduced": false, "notationStyles": ["plain", "en", "si-en"], "variableReplacements": [], "marks": 1, "showCorrectAnswer": true}, {"scripts": {}, "variableReplacements": [], "type": "gapfill", "variableReplacementStrategy": "originalfirst", "showFeedbackIcon": true, "gaps": [{"scripts": {}, "minMarks": 0, "distractors": ["", ""], "variableReplacementStrategy": "originalfirst", "displayType": "radiogroup", "choices": ["

gets closer to the theoretical probability

", "

gets further away from the theoretical probability

"], "showFeedbackIcon": true, "shuffleChoices": true, "matrix": ["1", 0], "variableReplacements": [], "marks": 0, "displayColumns": 0, "showCorrectAnswer": true, "maxMarks": 0, "type": "1_n_2"}], "showCorrectAnswer": true, "prompt": "

As the number of rolls of the two dice increases, the experimental probability [[0]]

\n

", "marks": 0}], "ungrouped_variables": ["die", "no_rolls", "sum", "Freq", "Freq2", "x", "gcd1", "gcd2", "add", "remainder"], "rulesets": {}, "metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

Compute the experimental probability of a particular score on a die given a sample of throws, and compare it with the theoretical probability.

\n

The last part asks what you expect to happen to the experimental probability as the sample size increases.

"}, "preamble": {"css": "", "js": ""}, "advice": "

There are two ways of assigning probability:

\n\n

a)

\n

To calculate the experimental probability (relative frequency) of an outcome we divide the frequency of the outcome in the experiment by the number of trials.

\n

We are given that the experiment was repeated $\\var{no_rolls}$ times.

\n

We then need the number of times that the sum of the faces of the dice was equal to $\\var{sum[0]}$. From the frequency table, we can see that the frequency of rolling a $\\var{sum[0]}$ in the experiment was $\\var{Freq[sum[0]-2]}$.

\n

Therefore, the experimental probability of rolling a $\\var{sum[0]}$ is 

\n

\\[ \\begin{align} P(\\text{total}=\\var{sum[0]}) &= \\displaystyle\\frac{\\text{number of times a total of $\\var{sum[0]}$ was rolled}}{\\text{total number of rolls}}\\\\&= \\displaystyle\\frac{\\var{Freq[sum[0]-2]}}{\\var{no_rolls}}.\\end{align}\\]

\n

\\[\\begin{align} P(\\text{total}=\\var{sum[0]}) &= \\displaystyle\\frac{\\text{number of times a total of $\\var{sum[0]}$ was rolled}}{\\text{total number of rolls}}\\\\&= \\displaystyle\\frac{\\var{Freq[sum[0]-2]}}{\\var{no_rolls}}\\\\&= \\displaystyle\\var[fractionNumbers, simplifyFractions]{{Freq[sum[0]-2]/no_rolls}}.\\end{align}\\]

\n

b)

\n

When two unbiased 6-sided dice are rolled and their scores are added, there are $11$ possible outcomes: the total must be between $2$ and $12$ inclusive.

\n

To work out the probabilities of each outcome occurring, we must be very careful about how the experiment is performed.

\n

There are a total of $36$ different outcomes when rolling two dice one after the other; these are shown in Table $1$.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Table 1 
123456
1(1,1)(1,2)(1,3)(1,4)(1,5)(1,6)
2(2,1)(2,2)(2,3)(2,4)(2,5)(2,6)
3(3,1)(3,2)(3,3)(3,4)(3,5)(3,6)
4(4,1)(4,2)(4,3)(4,4)(4,5)(4,6)
5(5,1)(5,2)(5,3)(5,4)(5,5)(5,6)
6(6,1)(6,2)(6,3)(6,4)(6,5)(6,6)
\n

Note that these outcomes are all different. For example, the outcomes (2,1) and (1,2) are not the same because we know the order in which the dice were thrown so we can distinguish between these two outcomes; when the first die lands on $2$ and the second die lands on $1$ the outcome is (2,1), however when the first die lands on $1$ and the second die lands on $2$ the outcome is (1,2).

\n

The sum of the numbers in these outcomes is the same, we just count them as different outcomes.

\n

Any one of these $36$ outcomes is equally likely to occur, so the probability of each of these outcomes is $\\displaystyle\\frac{1}{36}$.

\n

However, if you roll two indistinguishable dice at the same time, you can't differentiate (a 1 and a 2) from (a 2 and a 1). From your point of view, they are the same outcome. The probabilities of the underlying events (each die's score) haven't changed, but the outcomes you observe have.

\n

In this case you have a total of $21$ outcomes; these outcomes are not all equally likely. There's only one way of obtaining two 1s, while there are two ways of obtaining a 1 and a 2, corresponding to two squares in Table $1$. Hence the probability of obtaining two 1s would be $\\displaystyle\\frac{1}{36}$, whereas the probability of obtaining a 1 and a 2 would be

\n

\\[\\displaystyle\\frac{2}{36}=\\displaystyle\\frac{1}{18}.\\]

\n

You can do the experiment this way, but it's easier when you can tell the dice apart.

\n

Table $2$ shows the corresponding total of the faces of the dice for each of the outcomes in Table $1$.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Table 2 
+123456
1234567
2345678
3456789
45678910
567891011
6789101112
\n

\n

For equally likely outcomes you can calculate the probability using the formula

\n

\\[\\text{Probability of an event} = \\displaystyle\\frac{\\text{number of favourable outcomes}}{\\text{total number of outcomes}}.\\]

\n

Table $3$ gives the theoretical probabilities of each of the possible totals of the two dice occurring:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Table 3 
Total23456789101112
Probability$\\displaystyle\\frac{1}{36}$$\\displaystyle\\frac{2}{36}$$\\displaystyle\\frac{3}{36}$$\\displaystyle\\frac{4}{36}$$\\displaystyle\\frac{5}{36}$$\\displaystyle\\frac{6}{36}$$\\displaystyle\\frac{5}{36}$$\\displaystyle\\frac{4}{36}$$\\displaystyle\\frac{3}{36}$$\\displaystyle\\frac{2}{36}$$\\displaystyle\\frac{1}{36}$
\n


\\[P(\\text{total}=\\var{sum[0]}) = \\displaystyle\\frac{\\var{Freq2[x[0]]}}{36}.\\]

\n

\\[\\begin{align} P(\\text{total}=\\var{sum[0]}) &= \\displaystyle\\frac{\\var{Freq2[x[0]]}}{36}\\\\ &= \\displaystyle\\var[fractionNumbers,simplifyFractions]{Freq2[x[0]]/36}. \\end{align}\\]

\n

c)

\n

For any experiment, as we make the number of trials very large the experimental probability tends towards the theoretical probability.

\n

For this experiment, for example, the theoretical probability of the sum of the faces of the two dice being $3$ is

\n

\\[\\displaystyle\\frac{2}{36} = \\var{sigformat(1/18,3)} \\text{ (rounded to $3$ significant figures)}.\\]

\n

If we were to roll the two dice a very large number of times, for example $10000$ times, the frequencies of each outcome would be different.

\n

The table below was produced by the recording the frequency of each outcome after rolling the two dice 10,000 times.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Total23456789101112
\n

Frequency

\n
$\\var{ceil(10000/36)+{add}}$$\\var{ceil(10000/18)+{add}}$$\\var{ceil(2500/3)+{add}}$$\\var{ceil(10000/9)+{add}}$$\\var{ceil(12500/9)+{add}}$$\\var{10000-{remainder}}$$\\var{ceil(12500/9)-{add}}$$\\var{ceil(10000/9)-{add}}$$\\var{ceil(2500/3)-{add}}$$\\var{ceil(5000/9)-{add}}$$\\var{ceil(2500/9)-{add}}$
\n

This means that the new experimental probability of the sum of the faces of the two dice being $3$ is 

\n

\\[\\displaystyle\\frac{\\var{ceil(10000/18) + {add}}}{10000} =  \\var{sigformat((ceil(10000/18)+{add})/10000,3)} \\text{ (rounded to $3$ significant figures)}.\\]

\n

This is very close to the theoretical probability, so we can see how the experimental probability changes as we increases the number of trials.

"}, {"name": "Stem and Leaf Plot", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Chris Graham", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/369/"}, {"name": "Vicky Hall", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/659/"}], "functions": {"join_numbers": {"language": "jme", "parameters": [["numbers", "list"]], "type": "string", "definition": "'^\\\\s*'+join(numbers,'(\\\\s+|\\\\s*,\\\\s*)')+'\\\\s*,?\\\\s*$'"}}, "ungrouped_variables": ["d", "dsort", "d_unit_value"], "variables": {"dsort": {"name": "dsort", "templateType": "anything", "definition": "sort(d)", "group": "Ungrouped variables", "description": ""}, "d_unit_value": {"name": "d_unit_value", "templateType": "anything", "definition": "[dsort[0]-10,dsort[1]-10,dsort[2]-10,dsort[3]-10,dsort[4]-10,dsort[5]-20,dsort[6]-20,dsort[7]-30,dsort[8]-40,dsort[9]-50]", "group": "Ungrouped variables", "description": "

Returns list of values of units of numbers in list for the unit part of the stem and leaf diagram.

"}, "d": {"name": "d", "templateType": "anything", "definition": "shuffle(repeat(random(10..19),5) + repeat(random(20..29),2)+repeat(random(30..39),1)+repeat(random(40..49),1)+repeat(random(50..59),1))", "group": "Ungrouped variables", "description": ""}}, "variable_groups": [], "parts": [{"showCorrectAnswer": true, "variableReplacementStrategy": "originalfirst", "scripts": {}, "gaps": [{"showCorrectAnswer": true, "variableReplacementStrategy": "originalfirst", "scripts": {}, "answer": "{d_unit_value[0]},{d_unit_value[1]},{d_unit_value[2]},{d_unit_value[3]},{d_unit_value[4]}", "showFeedbackIcon": true, "unitTests": [], "customMarkingAlgorithm": "", "displayAnswer": "{d_unit_value[0]},{d_unit_value[1]},{d_unit_value[2]},{d_unit_value[3]},{d_unit_value[4]}", "type": "patternmatch", "marks": "1", "extendBaseMarkingAlgorithm": true, "matchMode": "regex", "variableReplacements": []}, {"showCorrectAnswer": true, "variableReplacementStrategy": "originalfirst", "scripts": {}, "answer": "{d_unit_value[5]},{d_unit_value[6]}", "showFeedbackIcon": true, "unitTests": [], "customMarkingAlgorithm": "", "displayAnswer": "{d_unit_value[5]},{d_unit_value[6]}", "type": "patternmatch", "marks": "1", "extendBaseMarkingAlgorithm": true, "matchMode": "regex", "variableReplacements": []}, {"showCorrectAnswer": true, "variableReplacementStrategy": "originalfirst", "scripts": {}, "answer": "{d_unit_value[7]}", "showFeedbackIcon": true, "unitTests": [], "customMarkingAlgorithm": "", "displayAnswer": "{d_unit_value[7]}", "type": "patternmatch", "marks": "1", "extendBaseMarkingAlgorithm": true, "matchMode": "regex", "variableReplacements": []}, {"showCorrectAnswer": true, "variableReplacementStrategy": "originalfirst", "scripts": {}, "answer": "{d_unit_value[8]}", "showFeedbackIcon": true, "unitTests": [], "customMarkingAlgorithm": "", "displayAnswer": "{d_unit_value[8]}", "type": "patternmatch", "marks": "1", "extendBaseMarkingAlgorithm": true, "matchMode": "regex", "variableReplacements": []}, {"showCorrectAnswer": true, "variableReplacementStrategy": "originalfirst", "scripts": {}, "answer": "{d_unit_value[9]}", "showFeedbackIcon": true, "unitTests": [], "customMarkingAlgorithm": "", "displayAnswer": "{d_unit_value[9]}", "type": "patternmatch", "marks": "1", "extendBaseMarkingAlgorithm": true, "matchMode": "regex", "variableReplacements": []}, {"showCorrectAnswer": true, "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "scripts": {}, "minValue": "10", "mustBeReduced": false, "showFeedbackIcon": true, "unitTests": [], "correctAnswerStyle": "plain", "maxValue": "10", "customMarkingAlgorithm": "", "type": "numberentry", "marks": 1, "extendBaseMarkingAlgorithm": true, "notationStyles": ["plain", "en", "si-en"], "allowFractions": false, "variableReplacements": [], "mustBeReducedPC": 0}, {"showCorrectAnswer": true, "variableReplacementStrategy": "originalfirst", "correctAnswerFraction": false, "scripts": {}, "minValue": "1", "mustBeReduced": false, "showFeedbackIcon": true, "unitTests": [], "correctAnswerStyle": "plain", "maxValue": "1", "customMarkingAlgorithm": "", "type": "numberentry", "marks": 1, "extendBaseMarkingAlgorithm": true, "notationStyles": ["plain", "en", "si-en"], "allowFractions": false, "variableReplacements": [], "mustBeReducedPC": 0}], "prompt": "

Construct a stem and leaf plot for these data. The \"stem\" is given; you should enter the \"leaves\" in the boxes to the right, separating neighbouring values with a comma.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
1[[0]]
2[[1]]
3[[2]]
4[[3]]
5\n

[[4]]

\n
\n

What are the stem and leaf units?

\n

Stem unit = [[5]]

\n

Leaf unit = [[6]]

", "showFeedbackIcon": true, "sortAnswers": false, "unitTests": [], "customMarkingAlgorithm": "", "type": "gapfill", "marks": 0, "extendBaseMarkingAlgorithm": true, "variableReplacements": []}], "metadata": {"licence": "None specified", "description": ""}, "statement": "

The following data are points scored by rugby team Newcastle Sparrows in their last $10$ matches.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
$\\var{d[0]}$$\\var{d[1]}$$\\var{d[2]}$$\\var{d[3]}$$\\var{d[4]}$$\\var{d[5]}$$\\var{d[6]}$$\\var{d[7]}$$\\var{d[8]}$$\\var{d[9]}$
", "tags": [], "advice": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
StemLeaves
1{d_unit_value[0]},{d_unit_value[1]},{d_unit_value[2]},{d_unit_value[3]},{d_unit_value[4]}Corresponds to {dsort[0]},{dsort[1]},{dsort[2]},{dsort[3]} and {dsort[4]}.
2{d_unit_value[5]},{d_unit_value[6]}Corresponds to {dsort[5]} and {dsort[6]}
3{d_unit_value[7]}...and so on.
4{d_unit_value[8]}
5{d_unit_value[9]}
\n

The stem unit is $10$. The leaf unit is $1$.

", "variablesTest": {"condition": "", "maxRuns": 100}, "preamble": {"js": "", "css": ".question table th {\nborder-right: 1px solid #000;\n}\n.question table td {\n text-align: left;\n}"}, "rulesets": {}, "type": "question"}]}], "showQuestionGroupNames": false, "metadata": {"description": "

Questions on the subtleties and pitfalls of methods of data collection.

", "licence": "Creative Commons Attribution 4.0 International"}, "showstudentname": true, "timing": {"timeout": {"message": "", "action": "none"}, "allowPause": true, "timedwarning": {"message": "", "action": "none"}}, "navigation": {"showfrontpage": true, "showresultspage": "oncompletion", "browse": true, "preventleave": true, "allowregen": true, "reverse": true, "onleave": {"message": "", "action": "none"}}, "type": "exam", "contributors": [{"name": "Chris Graham", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/369/"}, {"name": "Lauren Frances Desoysa", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2490/"}], "extensions": [], "custom_part_types": [], "resources": []}