-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUntitled-1.nb
460 lines (445 loc) · 24.9 KB
/
Untitled-1.nb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
(* Content-type: application/vnd.wolfram.mathematica *)
(*** Wolfram Notebook File ***)
(* http://www.wolfram.com/nb *)
(* CreatedBy='Mathematica 10.4' *)
(*CacheID: 234*)
(* Internal cache information:
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[ 158, 7]
NotebookDataLength[ 25346, 450]
NotebookOptionsPosition[ 24941, 430]
NotebookOutlinePosition[ 25296, 446]
CellTagsIndexPosition[ 25253, 443]
WindowFrame->Normal*)
(* Beginning of Notebook Content *)
Notebook[{
Cell[CellGroupData[{
Cell["Value at Risk Exploration", "Title",
CellChangeTimes->{{3.674119903201151*^9, 3.674119909940259*^9}}],
Cell[CellGroupData[{
Cell["sum (4764 choose n )* 0.05^n*(1-0.05)^(4764-n), n=0 to 124", \
"WolframAlphaLong",
CellChangeTimes->{{3.674120004589655*^9, 3.674120081067573*^9}, {
3.674120128692774*^9, 3.674120131307246*^9}, {3.674120239736582*^9,
3.6741202550269823`*^9}, {3.674120318492757*^9, 3.6741203628377047`*^9}, {
3.674120400869035*^9, 3.674120403336751*^9}, {3.6741204364105864`*^9,
3.6741204365738487`*^9}, {3.674136958577639*^9, 3.6741369725152187`*^9}, {
3.674137024187648*^9, 3.674137031713072*^9}}],
Cell[BoxData[
NamespaceBox["WolframAlphaQueryResults",
DynamicModuleBox[{Typeset`q$$ =
"sum (4764 choose n )* 0.05^n*(1-0.05)^(4764-n), n=0 to 124",
Typeset`opts$$ = {
AppearanceElements -> {
"Warnings", "Assumptions", "Brand", "Pods", "PodMenus", "Unsuccessful",
"Sources"}, Asynchronous -> All,
TimeConstraint -> {30, Automatic, Automatic, Automatic},
Method -> {
"Formats" -> {"cell", "minput", "msound", "dataformats"}, "Server" ->
"http://api.wolframalpha.com/v1/"}}, Typeset`elements$$ = {
"Warnings", "Assumptions", "Brand", "Pods", "PodMenus", "Unsuccessful",
"Sources"}, Typeset`pod1$$ = XMLElement[
"pod", {"title" -> "Sum", "scanner" -> "Sum", "id" -> "Result", "position" ->
"100", "error" -> "false", "numsubpods" -> "1", "primary" -> "true"}, {
XMLElement["subpod", {"title" -> ""}, {
XMLElement[
"minput", {}, {
"N[Sum[Binomial[4764, n] 0.05^n (1 - 0.05)^(4764 - n), {n, 0, 124}], \
40]"}],
XMLElement["cell", {"compressed" -> False, "string" -> True}, {
Cell[
BoxData[
FormBox[
RowBox[{
TagBox[
RowBox[{
UnderoverscriptBox["\[Sum]",
RowBox[{"n", "=", "0"}], "124"],
RowBox[{
TemplateBox[{"4764", "n"}, "Binomial"], " ",
SuperscriptBox["0.05`", "n"], " ",
SuperscriptBox[
RowBox[{"(",
RowBox[{"1", "-", "0.05`"}], ")"}],
RowBox[{"4764", "-", "n"}]]}]}], HoldForm],
"\[TildeTilde]",
"6.356225719748795742911970227388935124151864442958386274712506`\
40.*^-17"}], TraditionalForm]], "Output", {}, CellSize -> {550, Automatic}]}],
XMLElement[
"dataformats", {}, {
"plaintext,minput,computabledata,formatteddata,formuladata"}]}],
XMLElement["states", {"count" -> "3"}, {
XMLElement[
"state", {
"name" -> "Exact form", "input" -> "Result__Exact form"}, {}],
XMLElement[
"state", {
"name" -> "Fewer digits", "input" -> "Result__Fewer digits"}, {}],
XMLElement[
"state", {
"name" -> "More digits", "input" -> "Result__More digits"}, {}]}],
XMLElement["infos", {"count" -> "1"}, {
XMLElement["info", {"text" -> "(n m) is the binomial coefficient"}, {
XMLElement[
"link", {
"url" ->
"http://reference.wolfram.com/mathematica/ref/Binomial.html",
"text" -> "Documentation", "title" -> "Mathematica"}, {}],
XMLElement[
"link", {
"url" -> "http://functions.wolfram.com/GammaBetaErf/Binomial",
"text" -> "Properties", "title" -> "Wolfram Functions Site"}, {}],
XMLElement[
"link", {
"url" -> "http://mathworld.wolfram.com/BinomialCoefficient.html",
"text" -> "Definition", "title" -> "MathWorld"}, {}],
XMLElement["cell", {"compressed" -> False, "string" -> True}, {
Cell[
BoxData[
FormBox[
TemplateBox[{
TemplateBox[{"n", "m"}, "Binomial"], "\" \"",
"\"is the binomial coefficient\""}, "RowDefault"],
TraditionalForm]], "Output", {}]}]}]}]}], Typeset`pod2$$ =
XMLElement[
"pod", {"title" -> "Decimal approximation", "scanner" -> "Sum", "id" ->
"DecimalApproximation", "position" -> "200", "error" -> "false",
"numsubpods" -> "1", "primary" -> "true"}, {
XMLElement["subpod", {"title" -> ""}, {
XMLElement[
"minput", {}, {
"N[2032537950104464603686383266993799087755865217446987906380495539818\
559473103730249446525463833101249579797169559867175510227453119364533607001641\
890716113378583825001241049217936680301495080840182553127825950996749055644601\
084937938873672999204150789562772545875171696601430593284623530382221241418921\
319334612380954246789582032133658891068161588379812486816051739214586886726335\
784778918453638509253426369694021894969738287154542925023973723042871613450298\
405035733724623457047962236939203450274318290398348503922374303869234835781423\
169061471027743457731392210118502440613850315725418838566888645346099054199227\
210593228208127894967438135043608254983107775605154583091670871758691869306074\
257048455073414800069835962409688660388058677033120183196759927966327856521838\
560336272362331883367567875711177225382112915376115651286564305631368284395435\
598348425460808069070738412721241633263354332289614827781712944045546387955926\
041228055629234511536033683635269089718781897787917188245896955693307048769648\
061561607486457119620016760708003672106381047531756980077824524716098692732008\
928106204878417894169126190559138812503169418487509824637286982956057715914404\
055888707063053383808767329408219544000560156367990071069024781163261393574901\
218891244855968034125239699733389211301765134939679572446190506045944531241373\
151194832997791098314429878218678499432282703711061009329552519325974837528276\
511660710345016380423244827952772192167470075769386884446615369633484094797399\
604928019523017852023938235355717043555481523231867046278822841661232096030862\
813741067807607398113141463522125852787162533866198591360388697772201975510863\
378473751300932397610630862217357520815522465613940709103264731409057858321604\
875562175114577787814107063998266370015343536242810807555636605592409864263539\
505882943485522304723387671402478531691342384904500858779252895141576524693082\
919228297126364401386876830681183912408200955193299542078323962915041428483093\
562308401518223072930331381506254985554716352715634898411158604791762549922194\
386953198875770182834162772497066640397955483365444139112428217925461226946041\
756796812958623879882374952570957828050837392112892110118368580087985714904032\
984074832064106907751710005454161910818543500595270356694416090078986993774747\
899724650201006821172565112333259388490306720027813372160883732981893279774302\
456385183258086288852821372663545269530936827594617972961376836410379677827741\
738203329130412096834289762260757664216164137458720913182858825182079141977301\
352017278231557000545348576151105022527882342210165397339259508872849714328489\
888737653199283798440863059269276918641908110171649026524074355404116888411436\
310701032072391943786317355555928593499924378717876095696500054431116438455396\
009401547319107732436743783136664183321173038627626570631521473451314316249896\
750752240857096395733560484062333264894912332754695256700339940322637097948092\
214926494627296034112139162011818369355889180793400008525662840323906921481839\
984242610314470057249704376215370056983382647028896345838978523431534864917897\
167030741826390965612202556103108466017546061448132071886499319798396940440921\
028886055840835307271147795659526366420753657147102873123314845723063250828082\
878822695280889922282341616704113856549186417907109378856068799234485774881428\
302391358162742028150171405914941229985139697976941317786595157804522869589638\
968263166929687776280183343954315347057328337782341906057042806228699090640806\
635431778174382436028303302128513642497442534113089026926591490079133065016735\
744647602255686226171485895231074859274139023532063104486767028443097235795268\
578322939573290079686445533370602256547445837794571880849171361397105169092394\
245101340472226470424992155618125829652523613565819267019270264360185331771950\
529563606281098955454602519239166462316184382153272577340705578269199737858950\
693828262439087799764627332133673873891713888940052706851538200830593819332293\
080663051551823789538849475413097992453418778079083066505396993890890517983700\
171140994735058647020168951819533842739080839429234026601821790229050815770223\
705357706983833030483142154920580428177591695711387782049108983737629995807429\
772529531427610670593024997991281111645161086440859724894244802642714219380435\
974748951366563878892205349319266727706603917143496601601318934485754117989018\
937032933195567292729321383889546581947262432959416269193922536082866775224248\
327705728718883240379217915675003902213313081285729050229633934173626964630420\
490149552875700415249520537044001997842149723867523918381592578121475899357249\
101314992851689235822967962407308277056468530995313040893934027116286377484285\
564548357508968690727293895913297089181307250656363908480809312936770567592325\
677781833025826829581411369428546245819257556996738255054392480985428518545528\
924741778647217682330242221124345987948714011703222739501115294367398239186539\
251518832445115066044659667190112063688546516923655184125592805147520370327590\
643893740778367295151171217827695791607008678857978054900070831557657417016201\
660808725992979489809666247841136387346798853131016584434138844193585813977739\
901760367485533143133846477150503866318180817529596363130134803748687887388578\
877092393479267690370915245264549622079403507275605942176726466638252243089478\
188494728522424900993035903546734441012899560834981097105658997905678798818160\
565482799825446318275277956272715153105541975356062660111121784763072934970530\
969957186790032799988923994447196007445294166388448233727887133253246194655212\
997854911270518281389992631601359299549202967714855423673664212047174255692692\
246462562901465895668978596724612903182389419484513795302079713156215117185296\
047848884504003698478993765083963760511116222038653963107595313651115987417891\
744110149672315122611807221719007979092792414996282825603112050166214994310465\
712459374675989624313410773006975541929752601603833394588906788005281803529983\
991800245221043250048659602152262224339269386722681705202732740973452829368979\
328676540140820662799308346427185081185379594097351912699393712843652224413410\
060524943466620669187585573547413978264115120575153902999344641695158824987626\
280622467643266568600157667599725879214933756112737560532028654000305082415664\
9778144149460424330216968191/\
319771203811936447621640742552003646423264898007046312487035968970992978383860\
757235380495088725612346154986847087438254014239732950814436862937330524282408\
634658739816204746650643916697584601907550282607774132209785431175253502662743\
228134547574494321438212451785662004317532920903398568669455220412949768795038\
885080451826347836634631684643246462015419355310041085115571700112775589521170\
940598614887214914652034329636098727812804717167706020866350543846194601680278\
801190234310045619551278491345363566287615592059944539259900475050414410349309\
368518000680542538242061081600499902817675077515752831019808621284883413671172\
363674373083740598290333970528025304329102320202368700811728091441562852888663\
782824307577943438922329956046376457749742882960186530672251178603745225066915\
502405791497591392534104975821760113536773969801318556817625003691502401104899\
369188652432809250755579604291440080952267458835891557492606935534516321021065\
922261443439866677206484947154753922617975309425024399938244011835720216579427\
425402988009508139345948496195808691387202574548398054820063872003262837167158\
992811907615386211345910329923464991965845257835317992184662138522894421832060\
308113977391275333873644291695275377962020051624944270356276621024197951632534\
240420513879259711223803813233953711928775907489056520044086001966801692083464\
158794046514998420549860564733506086625033104139704848435842817877231462324757\
452604329664112114804042235904000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000000000000000000000000000000000000000000000000\
000000000000000000000000000000000, 79]"}],
XMLElement["cell", {"compressed" -> False, "string" -> True}, {
Cell[
BoxData[
FormBox[
TagBox[
PaneBox[
TagBox[
GridBox[{{
StyleBox[
TagBox[
"\"6.356225719748795742911970227388935124151864442958386\
\[Ellipsis] \[Times] \\!\\(TraditionalForm\\`10\\^\\\"-17\\\"\\)\"",
$CellContext`TagBoxWrapper[
"StringBoxes" ->
"6.356225719748795742911970227388935124151864442958386\
\[Ellipsis] \[Times] 10^-17"]], LineIndent -> 0.54, StripOnInput -> False]}},
GridBoxAlignment -> {"Columns" -> {{Left}}}, DefaultBaseStyle ->
"Column",
GridBoxItemSize -> {
"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}],
"Column"], FrameMargins -> {{0, 10}, {0, 0}}], Identity],
TraditionalForm]], "Output", {}, CellSize -> {550, Automatic}]}],
XMLElement[
"dataformats", {}, {
"plaintext,minput,computabledata,formatteddata,numberdata"}]}],
XMLElement["states", {"count" -> "1"}, {
XMLElement[
"state", {
"name" -> "More digits", "input" ->
"DecimalApproximation__More digits"}, {}]}]}], Typeset`pod3$$ =
XMLElement[
"pod", {"title" -> "Partial sums", "scanner" -> "Sum", "id" ->
"PartialSums", "position" -> "300", "error" -> "false", "numsubpods" ->
"1"}, {
XMLElement["subpod", {"title" -> ""}, {
XMLElement[
"minput", {}, {
"ListLinePlot[Accumulate[Table[Binomial[4764, n] 0.05^n (1 - \
0.05)^(4764 - n), {n, 0, 124}]]]"}],
XMLElement["cell", {"compressed" -> False, "string" -> True}, {
Cell[
BoxData[
FormBox[
GraphicsBox[{{}, {{{}, {}, {
Hue[0.67, 0.6, 0.6],
Directive[
RGBColor[0.24720000000000014`, 0.24, 0.6],
AbsoluteThickness[1]],
LineBox[CompressedData["
1:eJw1zglQlGUcx/FXEkECsxTcSRZXFA1ddFluFtYfN3K5LMuyS6EookYKgShC
hjvKsXmBSsgIJAjJgBwGuBlI0iSNZhJJSAzHoI2YgkJ44FJhNs+/d+aZdz7z
fX4zz9ItSfJ4A47jEl6f//7/f+bvdsXOMRqxZZpYZ7SLF2FVHb+KMup4+ZPf
BPeQjZF4YGLe6oeS1czzMdpxzF+QWExeiKNtL78dyXtO5mFXwPQltTREyGyJ
J0MdFYHNZ8kC5FXGvRVvPU62xonEk4Z8ocSOeTnEW6e/uKbMJq8A7x/bEe3e
TvJ72M4li6sfL1jDvApLnMv6HearyEJsuNcWd1V/hrwGTZKeUhPXAbIIdbdS
3KMuLF7LbI93NhY8KchVk8VoLtw1YS4tJDvgj8upjRPRt8mOOLIsN9brB1MR
sxMCqix/7kn3Iztj34kxa5uiTLILLE1leS69zWRX8LSx+/c6jpLdUFZ/qWfK
ZKk9s/vr92lNXXMVZAlulHVyqs5csgf8+Nf7vittIXvC8w3dc4OWMbIUTpIW
H/Mpvph5HYzr5VWe0jAy0Ny9Gcn5nzJrgK2TFX/OzK6l7gXj5KFmw44+6l6w
+utiw53ZRg6se2PGLKa08m8HZo03Svpti27djaXuA4eL6Zc//P4IdR/4bCz7
XO6po+6Ldtf81taYu9R9MewXPbU71cSRdT/U1xm31tc4MGv8UPhsbNTu+AfU
/ZEy98HpDK8s6v4Qlvwyq3tRLfUAJCwT7nhg1k09AMPld049C9JTD4SZeNMh
6ySBE+uBSCpoOPzlI19mbj2K7st+LTZPoL4eK4+7+1fey6MehN9Liy2WWDZR
D4J1+fs1wfvuUA+GVbe+3+OxnnowEk9laRtj+M6shyBmXDOrQQFmTQjS00JN
U3o3Uw9F//DaTfNWHqIeioq0EYXQqZJ6GER1z/huL65RD8PNe7pZ7lvuU98A
wUlLTeQeQxfWN+A3ffW0ociGmZPhtv508tNCX2bI8Kqg4cInjXF0X4a+m4Op
L48dZG6XIW7bzL4+53Lah8PxSJuFIu0q7cMR3tlZ66QcoH04Bo7LWwNX6Gkf
jrIxq8hKzsKV7eWQHrM6r5kWM0MOXfaZpNLlMmaNHKmcosrK4iPmdjmGwupv
/ZSQQ/sIHOwShzqFnaN9BLY+Wr6wXNNG+wjUXDmbvSitl/YRWJU8os3aOUl7
BTbrb9Tk5Zu6sb0CB3qCrt0YtGHWKBC3J26/QAvmdgV46fZeC75SMXOR8N9u
mHXUJYX2kXi7tiRHlHeY9pGwWWF6YXxpBe0jIdyRxFdJW2mvRFHvQImHsJv2
SpS8+VRXXPeI9kpkvpj++rnawJ3tlcjZqDhlO8Vj5qJQxNX1ym+KmBEFPrK7
BGp/Zk0UTm4L6hhMiKF9FDKn55p8tnI37VXQWb4UmNVraa9CKJfTp0w7S3sV
FB977xzta6K9CtczOraE/Hid9mrMXLGbaqocor0aQRa86PNXJ2mvRtgc4Zlz
ujkStlcj5mhPUot0MTMXjQA8TPBcI5K8unIgI8MgGi1p97Mdjewl/wL6G9kU
"]]}}}, {}}, {
AxesLabel -> {None, None}, AspectRatio ->
NCache[GoldenRatio^(-1), 0.6180339887498948], Axes -> True,
AxesOrigin -> {0, 0}, BaseStyle -> {CellBaseline -> Baseline},
FrameTicksStyle ->
Directive[FontFamily -> "Times", FontSize -> 10], ImageSize ->
200, LabelStyle -> {FontFamily -> "Verdana", FontSize -> 10},
Method -> {},
PlotRange -> {{0, 124.}, {0, 1.4085351567149254`*^-23}},
PlotRangeClipping -> True, PlotRangePadding -> {{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.02],
Scaled[0.02]}}, Prolog -> {
Opacity[0],
TagBox[
RectangleBox[
Scaled[{0, 0}],
Scaled[{1, 1}]], Annotation[#, "Plot", "Frame"]& ]},
Ticks -> {Automatic, Automatic}, TicksStyle ->
Directive[FontFamily -> "Times", FontSize -> 10]}],
TraditionalForm]], "Output", {}, CellSize -> {550, Automatic}]}],
XMLElement[
"dataformats", {}, {"minput,computabledata,formatteddata"}]}]}],
Typeset`aux1$$ = {True, False, {False}, True}, Typeset`aux2$$ = {
True, False, {False}, True}, Typeset`aux3$$ = {True, False, {False}, True},
Typeset`asyncpods$$ = {}, Typeset`nonpods$$ = {}, Typeset`initdone$$ =
True, Typeset`queryinfo$$ = {
"success" -> "true", "error" -> "false", "numpods" -> "3", "datatypes" ->
"Sum", "timedout" -> "", "timedoutpods" -> "", "timing" -> "1.924",
"parsetiming" -> "1.091", "parsetimedout" -> "false", "recalculate" -> "",
"id" -> "MSPa5581ed10g8eaa600e0c000032b4edcd7e67di69", "host" ->
"http://www4b.wolframalpha.com", "server" -> "48", "related" ->
"http://www4b.wolframalpha.com/api/v2/relatedQueries.jsp?id=\
MSPa5591ed10g8eaa600e0c000044e2c03ig94d9h865404844462951876518", "version" ->
"2.6", "profile" -> "EnterDoQuery:0.,StartWrap:1.92422"},
Typeset`sessioninfo$$ = {
"TimeZone" -> 2.,
"Date" -> {2016, 6, 5, 19, 37, 14.498371`7.913894194096797}, "Line" -> 20,
"SessionID" -> 22527696893919217968}, Typeset`showpods$$ = {1, 2, 3},
Typeset`failedpods$$ = {}, Typeset`chosen$$ = {}, Typeset`open$$ = False,
Typeset`newq$$ =
"sum (4764 choose n )* 0.05^n*(1-0.05)^(4764-n), n=0 to 124"},
DynamicBox[ToBoxes[
AlphaIntegration`FormatAlphaResults[
Dynamic[{
1, {Typeset`pod1$$, Typeset`pod2$$, Typeset`pod3$$}, {
Typeset`aux1$$, Typeset`aux2$$, Typeset`aux3$$}, Typeset`chosen$$,
Typeset`open$$, Typeset`elements$$, Typeset`q$$, Typeset`opts$$,
Typeset`nonpods$$, Typeset`queryinfo$$, Typeset`sessioninfo$$,
Typeset`showpods$$, Typeset`failedpods$$, Typeset`newq$$}]],
StandardForm],
ImageSizeCache->{734., {323., 328.}},
TrackedSymbols:>{Typeset`showpods$$, Typeset`failedpods$$}],
DynamicModuleValues:>{},
Initialization:>If[
Not[Typeset`initdone$$], Null;
WolframAlphaClient`Private`doAsyncUpdates[
Hold[{Typeset`pod1$$, Typeset`pod2$$, Typeset`pod3$$}],
Typeset`asyncpods$$,
Dynamic[Typeset`failedpods$$]]; Typeset`asyncpods$$ = {};
Typeset`initdone$$ = True],
SynchronousInitialization->False],
BaseStyle->{Deployed -> True},
DeleteWithContents->True,
Editable->False,
SelectWithContents->True]], "Print",
CellMargins->{{20, 10}, {Inherited, Inherited}},
CellChangeTimes->{3.6741370345263023`*^9}]
}, Open ]]
}, Open ]]
},
WindowSize->{808, 911},
WindowMargins->{{Automatic, -20}, {Automatic, 0}},
FrontEndVersion->"10.4 for Mac OS X x86 (32-bit, 64-bit Kernel) (April 11, \
2016)",
StyleDefinitions->"Default.nb"
]
(* End of Notebook Content *)
(* Internal cache information *)
(*CellTagsOutline
CellTagsIndex->{}
*)
(*CellTagsIndex
CellTagsIndex->{}
*)
(*NotebookFileOutline
Notebook[{
Cell[CellGroupData[{
Cell[580, 22, 108, 1, 92, "Title"],
Cell[CellGroupData[{
Cell[713, 27, 501, 7, 41, "WolframAlphaLong"],
Cell[1217, 36, 23696, 390, 661, "Print"]
}, Open ]]
}, Open ]]
}
]
*)
(* End of internal cache information *)