Warm-ups
This commit is contained in:
34
src/Warm-Ups/Prime Factors/main.tex
Executable file
34
src/Warm-Ups/Prime Factors/main.tex
Executable file
@ -0,0 +1,34 @@
|
||||
\documentclass[
|
||||
solutions,
|
||||
singlenumbering,
|
||||
nopagenumber,
|
||||
hidewarning
|
||||
]{../../../lib/tex/ormc_handout}
|
||||
\usepackage{../../../lib/tex/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}
|
6
src/Warm-Ups/Prime Factors/meta.toml
Normal file
6
src/Warm-Ups/Prime Factors/meta.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[metadata]
|
||||
title = "Prime Factors"
|
||||
|
||||
[publish]
|
||||
handout = true
|
||||
solutions = false
|
Reference in New Issue
Block a user