New warmup & minor edits

This commit is contained in:
Mark 2024-03-30 08:44:39 -07:00
parent 62794fef92
commit 02a3bb2fd7
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
3 changed files with 33 additions and 5 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ __pycache__
/output.zip /output.zip
main.pdf main.pdf
**/build **/build
*.pdf
# TeX build files # TeX build files
*.synctex.gz* *.synctex.gz*

View File

@ -5,11 +5,6 @@
]{../../resources/ormc_handout} ]{../../resources/ormc_handout}
\usepackage{../../resources/macros} \usepackage{../../resources/macros}
\usepackage[linguistics]{forest}
\title{Warm-Up: Painting} \title{Warm-Up: Painting}
\subtitle{Prepared by \githref{Mark} on \today.} \subtitle{Prepared by \githref{Mark} on \today.}

32
Misc/Warm-Ups/primes.tex Executable file
View 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}