34 lines
564 B
TeX
Raw Normal View History

2024-03-30 08:44:39 -07:00
\documentclass[
solutions,
singlenumbering,
2024-04-01 21:50:50 -07:00
nopagenumber,
hidewarning
2024-03-30 08:44:39 -07:00
]{../../resources/ormc_handout}
\usepackage{../../resources/macros}
\title{Warm-Up: Prime Factors}
2024-04-01 21:50:50 -07:00
\uptitler{\smallurl{}}
\subtitle{Prepared by Mark on \today.}
2024-03-30 08:44:39 -07:00
\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}