Added "Tuesday" warm-up
All checks were successful
CI / Typos (pull_request) Successful in 21s
CI / Typst formatting (pull_request) Successful in 17s
CI / Build (pull_request) Successful in 11m35s

This commit is contained in:
Mark 2025-01-24 22:37:07 -08:00
parent 7b62526a5c
commit 395de590b0
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,26 @@
#import "@local/handout:0.1.0": *
#show: handout.with(
title: [Warm-Up: Tuesday],
by: "Mark",
)
#problem()
Charlie has two children. \
One of them is a boy born on a Tuesday. \
What is the probability that Charlie has two boys?
#solution([
$13 / 27$, which notably isn't $1/2$.
#v(2mm)
Draw a $14 times 14$ square, highlight the possible cases, and you'll see it. \
#v(2mm)
Order is very important in this problem. \
If we knew that the _first_ child was a boy born on Tuesday,
the probability of two boys would be $1/2$. \
Also consider a smaller case where a week has two days.
])

View File

@ -0,0 +1,6 @@
[metadata]
title = "Tuesday"
[publish]
handout = true
solutions = true