diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/articles/the-birthday-paradox.md | 2 | ||||
-rw-r--r-- | content/posts/2021-11-11-the-birthday-paradox.md | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/content/articles/the-birthday-paradox.md b/content/articles/the-birthday-paradox.md index aa7f14b..e754aa8 100644 --- a/content/articles/the-birthday-paradox.md +++ b/content/articles/the-birthday-paradox.md @@ -6,7 +6,7 @@ title: "The Birthday Paradox" date: "2021-11-11T06:46:00-04:00" # draft articles are not visible on live site -draft: true +draft: false # show on articles page show: true diff --git a/content/posts/2021-11-11-the-birthday-paradox.md b/content/posts/2021-11-11-the-birthday-paradox.md index 37e1730..3fe2eee 100644 --- a/content/posts/2021-11-11-the-birthday-paradox.md +++ b/content/posts/2021-11-11-the-birthday-paradox.md @@ -2,7 +2,6 @@ slug: the-birthday-paradox title: "The Birthday Paradox" date: "2021-11-11T06:46:00-04:00" -draft: true --- > How many people have to be in a room before the probability that there > is a shared birthday is greater than 50%? |