Skip to content

Commit 0cd785f

Browse files
committed
Merge branch 'hotfix-typo'
2 parents 7681314 + 08847b5 commit 0cd785f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/QuantitativePrimer.pdf

60 Bytes
Binary file not shown.

src/QuantitativePrimer.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
% C: Increment with minor error corrections and additions
99
% When B is incrememted, C is reset to zero
1010
% When A is incrememted, B and C is reset to zero
11-
\newcommand{\docversion}{V1.1.2}
11+
\newcommand{\docversion}{V1.1.3}
1212
\begin{document}
1313

1414
%\doublespacing

src/answers/coin100flipsgamble.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
\end{center}
3838
The probability of interest is $P(Y>60 = 0.025)$ and thus the expected value of the gamble is
3939
\[
40-
\E(\text{Gamble}) = -1 + (10)(0.025) = 1 - 0.25 = -0.75
40+
\E(\text{Gamble}) = -1 + (10)(0.025) = -1 + 0.25 = -0.75
4141
\text{.}
4242
\]
4343
On average you lose 75 pence for playing the game so it is not worthwhile.

0 commit comments

Comments
 (0)