Convert "Fuse Timers" to typst

This commit is contained in:
Mark 2025-01-22 21:18:26 -08:00
parent a95ef812bb
commit 285ccaad01
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 21 additions and 31 deletions

View File

@ -1,31 +0,0 @@
\documentclass[
solutions,
hidewarning,
singlenumbering,
nopagenumber
]{../../../lib/tex/ormc_handout}
\usepackage{../../../lib/tex/macros}
\title{Warm-Up: Fuse Timers}
\uptitler{\smallurl{}}
\subtitle{Prepared by Mark on \today.}
\begin{document}
\maketitle
\problem{}
Suppose we have two strings and a lighter. Each string takes an hour to fully burn. \par
However, we do not know how fast each part of the string burns:
half might burn in 1 minute, and the rest could take 59.
\vspace{2mm}
How would we measure exactly 45 minutes using these strings?
\vfill
\end{document}

View File

@ -0,0 +1,21 @@
#import "@local/handout:0.1.0": *
#show: doc => handout(
doc,
quarter: link(
"https://betalupi.com/handouts",
"betalupi.com/handouts",
),
title: [Warm-Up: Fuse Timers],
by: "Mark",
)
#problem()
Suppose we have two strings and a lighter. Each string takes exactly an hour to fully burn. \
However, we do not know how fast each part of the string burns:
half might burn in 1 minute, and the rest could take 59.
#v(2mm)
How can we measure exactly 45 minutes using these two strings?