ABCDEFGHIJKLMNOPQRSTUVWXYZAAABAC
1
# of coin flips ("trials"): n = 4510
2
size of sample space = 16321024
3
4
binomial RV: X = # of heads observed
5
6
Prob distribution of Xusing =binomdistProb distribution of X
using =binomdist
Probability distribution of X
using =binomdist
7
i = possible values of X# of outcomesP(X = i)P(X = i)i = possible values of X# of outcomesP(X = i)P(X = i)i = possible values of X# of outcomesP(X = i)P(X = i)
8
010.06250.0625010.031250.03125010.00097656250.0009765625
9
140.250.25150.156250.156251100.0097656250.009765625
10
260.3750.3752100.31250.31252450.04394531250.0439453125
11
340.250.253100.31250.312531200.11718750.1171875
12
410.06250.0625450.156250.1562542100.2050781250.205078125
13
checksum11510.031250.0312552520.246093750.24609375
14
checksum1162100.2050781250.205078125
15
71200.11718750.1171875
16
8450.04394531250.0439453125
17
9100.0097656250.009765625
18
1010.00097656250.0009765625
19
checksum0.6230468750.623046875
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100