Estimathon edits
This commit is contained in:
		@@ -1,22 +1,12 @@
 | 
				
			|||||||
% use [nosolutions] flag to hide solutions.
 | 
					% use [nosolutions] flag to hide solutions.
 | 
				
			||||||
% use [solutions] flag to show solutions.
 | 
					% use [solutions] flag to show solutions.
 | 
				
			||||||
\documentclass[
 | 
					\documentclass[
 | 
				
			||||||
	nosolutions,
 | 
						solutions,
 | 
				
			||||||
	singlenumbering
 | 
						singlenumbering,
 | 
				
			||||||
 | 
						nopagenumber
 | 
				
			||||||
]{../../resources/ormc_handout}
 | 
					]{../../resources/ormc_handout}
 | 
				
			||||||
\usepackage{../../resources/macros}
 | 
					\usepackage{../../resources/macros}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\geometry{
 | 
					 | 
				
			||||||
	paper      = letterpaper,
 | 
					 | 
				
			||||||
	top        = 20mm,
 | 
					 | 
				
			||||||
	bottom     = 20mm,
 | 
					 | 
				
			||||||
	left       = 30mm,
 | 
					 | 
				
			||||||
	right      = 30mm,
 | 
					 | 
				
			||||||
	headheight = 75mm,
 | 
					 | 
				
			||||||
	footskip   = 10mm,
 | 
					 | 
				
			||||||
	headsep    = 75mm,
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
\uptitlel{Advanced 2}
 | 
					\uptitlel{Advanced 2}
 | 
				
			||||||
\uptitler{Winter 2023}
 | 
					\uptitler{Winter 2023}
 | 
				
			||||||
\title{Estimathon}
 | 
					\title{Estimathon}
 | 
				
			||||||
@@ -30,7 +20,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	\section{Rules}
 | 
						\section{Rules}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	Your team will have 45 minutes to work on 20 estimation problems.
 | 
						Your team will have 45 minutes to work on 16 estimation problems.
 | 
				
			||||||
	The answer to each problem is a positive real number. Your team will
 | 
						The answer to each problem is a positive real number. Your team will
 | 
				
			||||||
	submit intervals for each problem, which (ideally) contain the specified quantity.
 | 
						submit intervals for each problem, which (ideally) contain the specified quantity.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -40,10 +30,11 @@
 | 
				
			|||||||
	An interval is \say{good} if it contains the true value. After the end of the game,
 | 
						An interval is \say{good} if it contains the true value. After the end of the game,
 | 
				
			||||||
	your team's score will be calculated as follows:
 | 
						your team's score will be calculated as follows:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	$$
 | 
						\begin{equation*}
 | 
				
			||||||
		\Biggl(10 +\sum_\text{good intervals}\biggl\lfloor\frac{\text{min}}{\text{max}}\biggr\rfloor\Biggr)
 | 
							\Biggl(10 +\sum_\text{good intervals}\biggl\lfloor\frac{\text{min}}{\text{max}}\biggr\rfloor\Biggr)
 | 
				
			||||||
		\times 2^{20 ~-~ \text{number of good intervals}}
 | 
							\times 2^{16 ~-~ \text{number of good intervals}}
 | 
				
			||||||
	$$
 | 
						\end{equation*}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	For every problem you miss or leave blank, your score doubles. \par
 | 
						For every problem you miss or leave blank, your score doubles. \par
 | 
				
			||||||
	Your job is to \textbf{minimize} your score.
 | 
						Your job is to \textbf{minimize} your score.
 | 
				
			||||||
@@ -51,7 +42,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	\vspace{8mm}
 | 
						\vspace{8mm}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	Every team will get 25 answer sheets. You may use one of these sheets to submit an interval at any time.
 | 
						Every team will get 20 answer sheets. You may use one of these sheets to submit an interval at any time.
 | 
				
			||||||
	Make sure you write your team name, problem number, and interval (min and max) every time you submit.
 | 
						Make sure you write your team name, problem number, and interval (min and max) every time you submit.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\vspace{2mm}
 | 
						\vspace{2mm}
 | 
				
			||||||
@@ -62,7 +53,7 @@
 | 
				
			|||||||
	\vspace{2mm}
 | 
						\vspace{2mm}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	Your interval may not use any mathematical operations except for scientific notation \par
 | 
						Your interval may not use any mathematical operations except for scientific notation \par
 | 
				
			||||||
	(for example, $[2 \times 10^2, 3 \times 10^2]$ or $[2\text{e}2, 3\text{e}2]$)
 | 
						(for example, $[2 \times 10^2, 3 \times 10^2]$)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -78,9 +69,6 @@
 | 
				
			|||||||
		$85$ mi/hr
 | 
							$85$ mi/hr
 | 
				
			||||||
	\end{solution}
 | 
						\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
					 | 
				
			||||||
	How many ways are there to tile a square with $2 \times 1$ and $1 \times 2$ dominos?
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	\problem{}
 | 
						\problem{}
 | 
				
			||||||
	How many words are in Isaac Asimov's \textit{Foundation} trilogy?
 | 
						How many words are in Isaac Asimov's \textit{Foundation} trilogy?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -90,7 +78,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
						\problem{}
 | 
				
			||||||
	How much HP can the average horse produce (disregarding fatigue)?
 | 
						How much horsepower can the average horse produce, disregarding fatigue?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\begin{solution}
 | 
						\begin{solution}
 | 
				
			||||||
		About 15HP, as measured in 1925.
 | 
							About 15HP, as measured in 1925.
 | 
				
			||||||
@@ -104,11 +92,11 @@
 | 
				
			|||||||
	\end{solution}
 | 
						\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
						%\problem{}
 | 
				
			||||||
	What is the approximate speed of the magnetic north pole's drift? (in km/year)
 | 
						%What is the approximate speed of the magnetic north pole's drift? (in km/year)
 | 
				
			||||||
	\begin{solution}
 | 
						%\begin{solution}
 | 
				
			||||||
		60km/yr
 | 
						%	60km/yr
 | 
				
			||||||
	\end{solution}
 | 
						%\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
						\problem{}
 | 
				
			||||||
	What was the stock price of Apple on $2023-01-10$?
 | 
						What was the stock price of Apple on $2023-01-10$?
 | 
				
			||||||
@@ -116,6 +104,14 @@
 | 
				
			|||||||
		$\$186.19$
 | 
							$\$186.19$
 | 
				
			||||||
	\end{solution}
 | 
						\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						\problem{}
 | 
				
			||||||
 | 
						How many distinct (non-isomorphic) groups are there on $60$ elements?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						\begin{solution}
 | 
				
			||||||
 | 
							13
 | 
				
			||||||
 | 
						\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
						\problem{}
 | 
				
			||||||
	How many undergraduates were enrolled at UCLA in the Fall of 2021?
 | 
						How many undergraduates were enrolled at UCLA in the Fall of 2021?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -123,18 +119,42 @@
 | 
				
			|||||||
		32,121
 | 
							32,121
 | 
				
			||||||
	\end{solution}
 | 
						\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					\makeatletter
 | 
				
			||||||
 | 
					\if@solutions
 | 
				
			||||||
 | 
						\vfill
 | 
				
			||||||
 | 
						\pagebreak
 | 
				
			||||||
 | 
					\fi
 | 
				
			||||||
 | 
					\makeatother
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						%\problem{}
 | 
				
			||||||
 | 
						%How many different creatures are there in \textit{Dwarf Fortress}?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						%\begin{solution}
 | 
				
			||||||
 | 
						%	500 (estimate, no way I'm counting them all)
 | 
				
			||||||
 | 
						%\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
						\problem{}
 | 
				
			||||||
	How many distinct groups are there on $60$ elements?
 | 
						Find the smallest $k > 10$ where
 | 
				
			||||||
 | 
						$
 | 
				
			||||||
 | 
							\sqrt{
 | 
				
			||||||
 | 
								\frac{k!(k+1)!}{2}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						$
 | 
				
			||||||
 | 
						is an integer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\begin{solution}
 | 
						\begin{solution}
 | 
				
			||||||
		13
 | 
							$\frac{k!(k+1!)}{2} = (k!)^2 \times \frac{k+1}{2}$, so $\frac{k+1}{2}$ must be a perfect square. \par
 | 
				
			||||||
 | 
							If $k > 10$, $\frac{k+1}{2} > \frac{11}{2} > 4$. 9 is the next smallest perfect square, so $\frac{k+1}{2} = 9$ and $k =17$.
 | 
				
			||||||
	\end{solution}
 | 
						\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
						\problem{}
 | 
				
			||||||
	How many different creatures are there in \textit{Dwarf Fortress}?
 | 
						How many hours of podcasts has Mark listened to in 3.5 years of driving to UCLA?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\begin{solution}
 | 
						\begin{solution}
 | 
				
			||||||
		500 (estimate, no way I'm counting them all)
 | 
							831.4 hours
 | 
				
			||||||
	\end{solution}
 | 
						\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -145,11 +165,11 @@
 | 
				
			|||||||
		2858
 | 
							2858
 | 
				
			||||||
	\end{solution}
 | 
						\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
						%\problem{}
 | 
				
			||||||
	How many Serbian dinars can you exchange for $\$32.53$?
 | 
						%How many Serbian dinars can you exchange for $\$32.53$?
 | 
				
			||||||
	\begin{solution}
 | 
						%\begin{solution}
 | 
				
			||||||
		3,473.02
 | 
						%	3,473.02
 | 
				
			||||||
	\end{solution}
 | 
						%\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
						\problem{}
 | 
				
			||||||
	How many lines of code were in the Linux repository in 2022?
 | 
						How many lines of code were in the Linux repository in 2022?
 | 
				
			||||||
@@ -158,12 +178,6 @@
 | 
				
			|||||||
		About 27.8 million
 | 
							About 27.8 million
 | 
				
			||||||
	\end{solution}
 | 
						\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
					 | 
				
			||||||
	How many hours of podcasts has Mark listened to in 3.5 years of driving to UCLA?
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	\begin{solution}
 | 
					 | 
				
			||||||
		809.4 hours
 | 
					 | 
				
			||||||
	\end{solution}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
						\problem{}
 | 
				
			||||||
	Suppose you drop 16 needles of length 5 on ruled paper with distance 8. \par
 | 
						Suppose you drop 16 needles of length 5 on ruled paper with distance 8. \par
 | 
				
			||||||
@@ -189,6 +203,14 @@
 | 
				
			|||||||
	\end{solution}
 | 
						\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					\makeatletter
 | 
				
			||||||
 | 
					\if@solutions
 | 
				
			||||||
 | 
						\vfill
 | 
				
			||||||
 | 
						\pagebreak
 | 
				
			||||||
 | 
					\fi
 | 
				
			||||||
 | 
					\makeatother
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
						\problem{}
 | 
				
			||||||
	How many distinct typewriter models have been produced by \textit{Smith Corona} since 1886?
 | 
						How many distinct typewriter models have been produced by \textit{Smith Corona} since 1886?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -196,19 +218,19 @@
 | 
				
			|||||||
		106
 | 
							106
 | 
				
			||||||
	\end{solution}
 | 
						\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
						%\problem{}
 | 
				
			||||||
	How many people live on Antarctica during the winter?
 | 
						%How many people live on Antarctica during the winter?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\begin{solution}
 | 
						%\begin{solution}
 | 
				
			||||||
		About 1100; rises to about 5000 in Summer.
 | 
						%	About 1100; rises to about 5000 in Summer.
 | 
				
			||||||
	\end{solution}
 | 
						%\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\problem{}
 | 
						\problem{}
 | 
				
			||||||
	What is the standard deviation of the above solutions?
 | 
						What is the standard deviation of the above solutions?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	\begin{solution}
 | 
						\begin{solution}
 | 
				
			||||||
		$6.3616 \times 10^6$
 | 
							$7.421 \times 10^6$
 | 
				
			||||||
	\end{solution}
 | 
						\end{solution}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\end{document}
 | 
					\end{document}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user