Add "Bugs on a Log" (#29)
Some checks failed
CI / Typst formatting (push) Successful in 20s
CI / Typos (push) Successful in 27s
CI / Build (push) Has been cancelled

Reviewed-on: #29
This commit was merged in pull request #29.
This commit is contained in:
2026-02-15 10:49:26 -08:00
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#import "@local/handout:0.1.0": *
#show: handout.with(
title: [Warm-Up: Bugs on a Log],
by: "Mark",
)
#problem()
2013 bugs are on a meter-long line. Each walks to the left or right at a constant speed. \
If two bugs meet, both turn around and continue walking in opposite directions. \
What is the longest time it could take for all the bugs to walk off the end of the log?

View File

@@ -0,0 +1,6 @@
[metadata]
title = "Bugs on a Log"
[publish]
handout = true
solutions = true