Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/answers/coin100flipsgamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
\end{center}
The probability of interest is $P(Y>60 = 0.025)$ and thus the expected value of the gamble is
\[
\E(\text{Gamble}) = -1 + (10)(0.025) = 1 - 0.25 = -0.75
\E(\text{Gamble}) = -1 + (10)(0.025) = -1 + 0.25 = -0.75
\text{.}
\]
On average you lose 75 pence for playing the game so it is not worthwhile.
Expand Down