diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-03 02:59:16 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-03 02:59:16 -0800 |
commit | d6efefc1d9e6b9fd515c5cb5f2a077e05caeaab7 (patch) | |
tree | 16228e6842ade232308754c7b55fff3f46b4205f /blog/horses.org | |
parent | 9e4f938d03c72bdcd81b020ab5276b969023a7e3 (diff) |
update nixos configuration to have ssh key for live iso; new journal entry
Diffstat (limited to 'blog/horses.org')
-rw-r--r-- | blog/horses.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/horses.org b/blog/horses.org index 3ffda71..b55d66d 100644 --- a/blog/horses.org +++ b/blog/horses.org @@ -67,7 +67,7 @@ you will be paying $520x$ on average. Now to set up the expected value equation (which, using our simplified model, our expected value should be 0): \begin{align} \frac{99 - 260x}{100} - \frac{99 \cdot 520x}{100} = 0 \\ -\frac{99}{100} - 2.6x - \frac{514.8x} = 0 \\ +\frac{99}{100} - 2.6x - 514.8x = 0 \\ 2.6x + 514.8x = .99 \\ 517.4x = .99 \\ x = \frac{.99}{517.4} \\ |