handouts/Problems/problems/numbertheory.tex

71 lines
1.5 KiB
TeX
Raw Normal View History

2023-05-17 13:00:54 -07:00
\problemdef{NumberTheory}{1}{
\statement{
Starting September 1, four mathcirclers began to visit the cinema. The first visited it every fourth day, the second --- every fifth, the third --- every sixth and the fourth --- every ninth. \par
When will all the circlers meet at the cinema for the second time?
}
\answer{34}
}
\problemdef{NumberTheory}{2}{
% МАТЕМ + АТИКА = 187407
\statement{
Each letter in $MATHM + AJORS$ represents a single-digit number. Maximize this quantity.
}
\answer{UNKNOWN}
}
\problemdef{NumberTheory}{3}{
\statement{
$Q$ is a three digit number. \par
$Q - 7$ is divisible by 7. $Q - 8$ is divisible by 8. $Q - 9$ is divisible by 9. What is $Q$?
}
\answer{504}
}
\problemdef{NumberTheory}{4}{
\statement{
Alex and Anna share a tub of popcorn. Alex eats one kernel, Anna eats two. Alex then eats three, and the pattern continues. The person that takes the final turn consumes all the remaining popcorn, even if there aren't enough kernels for a complete turn.
Alex ate 2017 kernels. How many were left for Anna?
}
\answer{1980}
}
\problemdef{NumberTheory}{5}{
\statement{
Several positive integers were multiplied to get $224$. \par
The smallest of these was exactly equal to half the largest. \par
How many numbers were multiplied?
}
\answer{3}
}
\problemdef{NumberTheory}{6}{
\statement{
How many natural numbers $n$ less than 10,000 satisfy $2^n - n^2 \equiv 0~~\text{(mod 7)}$?
}
\answer{2858}
}