handouts/Misc/Warm-Ups/primes.tex
2024-04-01 21:50:50 -07:00

34 lines
564 B
TeX
Executable File

\documentclass[
solutions,
singlenumbering,
nopagenumber,
hidewarning
]{../../resources/ormc_handout}
\usepackage{../../resources/macros}
\title{Warm-Up: Prime Factors}
\uptitler{\smallurl{}}
\subtitle{Prepared by 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}