New warmup & minor edits
This commit is contained in:
parent
62794fef92
commit
02a3bb2fd7
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@ __pycache__
|
||||
/output.zip
|
||||
main.pdf
|
||||
**/build
|
||||
*.pdf
|
||||
|
||||
# TeX build files
|
||||
*.synctex.gz*
|
||||
|
@ -5,11 +5,6 @@
|
||||
]{../../resources/ormc_handout}
|
||||
\usepackage{../../resources/macros}
|
||||
|
||||
|
||||
\usepackage[linguistics]{forest}
|
||||
|
||||
|
||||
|
||||
\title{Warm-Up: Painting}
|
||||
\subtitle{Prepared by \githref{Mark} on \today.}
|
||||
|
||||
|
32
Misc/Warm-Ups/primes.tex
Executable file
32
Misc/Warm-Ups/primes.tex
Executable file
@ -0,0 +1,32 @@
|
||||
\documentclass[
|
||||
solutions,
|
||||
singlenumbering,
|
||||
nopagenumber
|
||||
]{../../resources/ormc_handout}
|
||||
\usepackage{../../resources/macros}
|
||||
|
||||
\title{Warm-Up: Prime Factors}
|
||||
\subtitle{Prepared by \githref{Mark} on \today.}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\problem{}
|
||||
What proportion of integers have $2$ as their smallest prime factor?
|
||||
% 1^2
|
||||
\vfill
|
||||
|
||||
|
||||
\problem{}
|
||||
What proportion of integers have $3$ as their second-smallest prime factor?
|
||||
% 1/6
|
||||
\vfill
|
||||
|
||||
|
||||
\problem{}
|
||||
What is the median second-smallest prime factor?
|
||||
% 37
|
||||
\vfill
|
||||
|
||||
\end{document}
|
Loading…
x
Reference in New Issue
Block a user