31 lines
596 B
TeX
Raw Normal View History

2023-10-26 08:31:48 -07:00
\documentclass[
solutions,
hidewarning,
singlenumbering,
nopagenumber
]{../../resources/ormc_handout}
\usepackage{../../resources/macros}
\title{Warm-Up: Fuse Timers}
2024-04-01 21:50:50 -07:00
\uptitler{\smallurl{}}
\subtitle{Prepared by Mark on \today.}
2023-10-26 08:31:48 -07:00
\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}