Estimathon edits
This commit is contained in:
parent
71b9c70511
commit
8391161b93
@ -1,22 +1,12 @@
|
||||
% use [nosolutions] flag to hide solutions.
|
||||
% use [solutions] flag to show solutions.
|
||||
\documentclass[
|
||||
nosolutions,
|
||||
singlenumbering
|
||||
solutions,
|
||||
singlenumbering,
|
||||
nopagenumber
|
||||
]{../../resources/ormc_handout}
|
||||
\usepackage{../../resources/macros}
|
||||
|
||||
\geometry{
|
||||
paper = letterpaper,
|
||||
top = 20mm,
|
||||
bottom = 20mm,
|
||||
left = 30mm,
|
||||
right = 30mm,
|
||||
headheight = 75mm,
|
||||
footskip = 10mm,
|
||||
headsep = 75mm,
|
||||
}
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{Winter 2023}
|
||||
\title{Estimathon}
|
||||
@ -30,7 +20,7 @@
|
||||
|
||||
\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
|
||||
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,
|
||||
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)
|
||||
\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
|
||||
Your job is to \textbf{minimize} your score.
|
||||
@ -51,7 +42,7 @@
|
||||
|
||||
\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.
|
||||
|
||||
\vspace{2mm}
|
||||
@ -62,7 +53,7 @@
|
||||
\vspace{2mm}
|
||||
|
||||
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
|
||||
\end{solution}
|
||||
|
||||
\problem{}
|
||||
How many ways are there to tile a square with $2 \times 1$ and $1 \times 2$ dominos?
|
||||
|
||||
\problem{}
|
||||
How many words are in Isaac Asimov's \textit{Foundation} trilogy?
|
||||
|
||||
@ -90,7 +78,7 @@
|
||||
|
||||
|
||||
\problem{}
|
||||
How much HP can the average horse produce (disregarding fatigue)?
|
||||
How much horsepower can the average horse produce, disregarding fatigue?
|
||||
|
||||
\begin{solution}
|
||||
About 15HP, as measured in 1925.
|
||||
@ -104,11 +92,11 @@
|
||||
\end{solution}
|
||||
|
||||
|
||||
\problem{}
|
||||
What is the approximate speed of the magnetic north pole's drift? (in km/year)
|
||||
\begin{solution}
|
||||
60km/yr
|
||||
\end{solution}
|
||||
%\problem{}
|
||||
%What is the approximate speed of the magnetic north pole's drift? (in km/year)
|
||||
%\begin{solution}
|
||||
% 60km/yr
|
||||
%\end{solution}
|
||||
|
||||
\problem{}
|
||||
What was the stock price of Apple on $2023-01-10$?
|
||||
@ -116,6 +104,14 @@
|
||||
$\$186.19$
|
||||
\end{solution}
|
||||
|
||||
\problem{}
|
||||
How many distinct (non-isomorphic) groups are there on $60$ elements?
|
||||
|
||||
\begin{solution}
|
||||
13
|
||||
\end{solution}
|
||||
|
||||
|
||||
\problem{}
|
||||
How many undergraduates were enrolled at UCLA in the Fall of 2021?
|
||||
|
||||
@ -123,18 +119,42 @@
|
||||
32,121
|
||||
\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{}
|
||||
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}
|
||||
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}
|
||||
|
||||
|
||||
\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}
|
||||
500 (estimate, no way I'm counting them all)
|
||||
831.4 hours
|
||||
\end{solution}
|
||||
|
||||
|
||||
@ -145,11 +165,11 @@
|
||||
2858
|
||||
\end{solution}
|
||||
|
||||
\problem{}
|
||||
How many Serbian dinars can you exchange for $\$32.53$?
|
||||
\begin{solution}
|
||||
3,473.02
|
||||
\end{solution}
|
||||
%\problem{}
|
||||
%How many Serbian dinars can you exchange for $\$32.53$?
|
||||
%\begin{solution}
|
||||
% 3,473.02
|
||||
%\end{solution}
|
||||
|
||||
\problem{}
|
||||
How many lines of code were in the Linux repository in 2022?
|
||||
@ -158,12 +178,6 @@
|
||||
About 27.8 million
|
||||
\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{}
|
||||
Suppose you drop 16 needles of length 5 on ruled paper with distance 8. \par
|
||||
@ -189,6 +203,14 @@
|
||||
\end{solution}
|
||||
|
||||
|
||||
\makeatletter
|
||||
\if@solutions
|
||||
\vfill
|
||||
\pagebreak
|
||||
\fi
|
||||
\makeatother
|
||||
|
||||
|
||||
\problem{}
|
||||
How many distinct typewriter models have been produced by \textit{Smith Corona} since 1886?
|
||||
|
||||
@ -196,19 +218,19 @@
|
||||
106
|
||||
\end{solution}
|
||||
|
||||
\problem{}
|
||||
How many people live on Antarctica during the winter?
|
||||
%\problem{}
|
||||
%How many people live on Antarctica during the winter?
|
||||
|
||||
\begin{solution}
|
||||
About 1100; rises to about 5000 in Summer.
|
||||
\end{solution}
|
||||
%\begin{solution}
|
||||
% About 1100; rises to about 5000 in Summer.
|
||||
%\end{solution}
|
||||
|
||||
|
||||
\problem{}
|
||||
What is the standard deviation of the above solutions?
|
||||
|
||||
\begin{solution}
|
||||
$6.3616 \times 10^6$
|
||||
$7.421 \times 10^6$
|
||||
\end{solution}
|
||||
|
||||
\end{document}
|
Loading…
x
Reference in New Issue
Block a user