Code:
1 1 1 1 | 2 2 2 2 | 2 2 * 3 3 | 3 4 4 5 | 5 5 5 6
This is a median-row from the frequency table.
I've used the vertical lines to mark of boundaries of 4 to define the median of the table.
As you can see, the median for 20 throws is 2.5 because it's between the 2 and 3.
What I did, was working through scenarios.
I tried to remove a 2, to get back at the 19th throw.
Code:
1 1 1 1 | 2 2 2 2 | 2 [3] 3 | 3 4 4 5 | 5 5 5 6
What you can see here is that the median would be 3 and which would be a contradiction to the assignment, meaning that the last throw couldn't have been a 2.
But we're not there yet, because we need the least possible number.
Code:
1 1 1 2 | 2 2 2 2 | 2 [3] 3 | 3 4 4 5 | 5 5 5 6
In the scenario working, I also found out, that the 1 couldn't be missed.
If you'd work out the 3, 4, 5 and 6 scenarios you would find out that they can be left out.
So we have 1 and 2.
And we're going back to the frequency table.
You know that the frequency at 19 throws is correct for numbers 1 and 2.
Looking at the table for those numbers gives you the knowledge that 2 is hit more often than 1, meaning that 1 is the least probable number at the 19th throw.
And for (B)
First, we'll calculate the mean number for the current values
(1+1+1+1+2+2+2+2+2+2+3+3+3+4+4+5+5+5+5+6)/20
(59)/20 = 2.95
You could make another scenario system, but you can also do this formula-wise.
y = (59+x)/21
(alright... I lost my vibe for division formulas, but if you have a graphic calculator, you can input it and get the result by looking at the x where the y is 3.)
Anyways, the answer to the second question is 4.
Check: (59 + 4)/21 = 3