Difference between revisions of "Number Theory Problems Collection"
(Created page with "This is a page where you can learn about number theory and its applications. There are important results and practice problems. ==Introduction== ==Results== Here includes s...") |
(→Problems) |
||
Line 63: | Line 63: | ||
Find the remainder when <math>\min{x}</math> is divided by 1000. | Find the remainder when <math>\min{x}</math> is divided by 1000. | ||
+ | |||
2. (Very hard) Let <math>\pi (n)</math> denote the number of primes that is less than or equal to <math>n</math>. | 2. (Very hard) Let <math>\pi (n)</math> denote the number of primes that is less than or equal to <math>n</math>. | ||
Line 69: | Line 70: | ||
<cmath>c_1 \frac{x}{\log{x}}< \pi (x) < c_2 \frac{x}{\log{x}}</cmath> | <cmath>c_1 \frac{x}{\log{x}}< \pi (x) < c_2 \frac{x}{\log{x}}</cmath> | ||
+ | |||
+ | |||
+ | 3. Suppose there is <math>m</math> hats and <math>n</math> bins to put them in, and all objects are assigned a corresponding integer. Suppose there is <math>x</math> ways of putting the hats in the bins such that the following criteria are followed: | ||
+ | (i) If <math>i<j</math> (where <math>i</math> and <math>j</math> are integers), then hat <math>i</math> is placed in a bin whose number is less than or equal to the number of the bin that hat <math>j</math> is placed in | ||
+ | |||
+ | (ii) There is at least one bin that contains at least two hats | ||
+ | |||
+ | Find <math>x \mod 1000</math>. | ||
+ | |||
+ | |||
+ | 4. Suppose that there is <math>192</math> rings, each of different size. All of them are placed on a peg, smallest on the top and biggest on the bottom. There are <math>2</math> other pegs positioned sufficiently apart. A <math>move</math> is made if | ||
+ | |||
+ | (i) <math>1</math> ring changed position (i.e., that ring is transferred from one peg to another) | ||
+ | |||
+ | (ii) No bigger rings are on top of smaller rings. | ||
+ | |||
+ | Then, let <math>x</math> be the minimum possible number <math>moves</math> that can transfer all <math>192</math> rings onto the second peg. Find the remainder when <math>x</math> is divided by <math>1000</math>. | ||
+ | |||
+ | |||
+ | 5. Let <math>\overline{ab}</math> be a 2-digit [[positive integer]] satisfying <math>\overline{ab}^2=a! +b!</math>. Find the sum of all possible values of <math>\overline{ab}</math>. | ||
+ | |||
+ | |||
+ | 6. Let <math>F_n</math> denote the <math>n</math>th Fibonacci number. Prove that if <math>n</math> is odd, then all odd prime divisors of <math>F_n</math> are <math>1 \mod{4}</math>. | ||
==Solution== | ==Solution== |
Revision as of 21:26, 1 January 2025
This is a page where you can learn about number theory and its applications. There are important results and practice problems.
Contents
Introduction
Results
Here includes some important results for number theory.
Wilson's Theorem
For a prime number , we have
Example:
For any prime number , we have
Proof:
Note that by Wilson's Theorem,
, so
so the result follow.
Format's Little Theorem
For a prime number and integer that does not divide, we have
Example:
We see that
Euler's (Totient) Theorem
For relatively prime numbers and , we have
Example:
In 2017 AIME I Problem 14, at the end, we used the Euler Totient Theorem to obtain that
Problems
1. Suppose
Find the remainder when is divided by 1000.
2. (Very hard) Let denote the number of primes that is less than or equal to .
Show that there exist numbers and such that
3. Suppose there is hats and bins to put them in, and all objects are assigned a corresponding integer. Suppose there is ways of putting the hats in the bins such that the following criteria are followed:
(i) If (where and are integers), then hat is placed in a bin whose number is less than or equal to the number of the bin that hat is placed in
(ii) There is at least one bin that contains at least two hats
Find .
4. Suppose that there is rings, each of different size. All of them are placed on a peg, smallest on the top and biggest on the bottom. There are other pegs positioned sufficiently apart. A is made if
(i) ring changed position (i.e., that ring is transferred from one peg to another)
(ii) No bigger rings are on top of smaller rings.
Then, let be the minimum possible number that can transfer all rings onto the second peg. Find the remainder when is divided by .
5. Let be a 2-digit positive integer satisfying . Find the sum of all possible values of .
6. Let denote the th Fibonacci number. Prove that if is odd, then all odd prime divisors of are .
Solution
Solution 1 to Problem 1(Euler's Totient Theorem)
We first simplify
so
.
where the last step of all 3 congruences hold by the Euler's Totient Theorem. Hence,
Now, you can bash through solving linear congruences, but there is a smarter way. Notice that , and . Hence, , so . With this in mind, we proceed with finding .
Notice that and that . Therefore, we obtain the system of congruences :
.
Solving yields , and we're done. ~Ddk001
Solution 1 to Problem 2
Let be a prime and be an integer. Since
, divides exactly
times.
Therefore, since
, we have
so if ,
Repeated applications of that gives
Additionally,
so
Now, we note also that
so
Thus,
We add that repeatedly, and we have
$$ (Error compiling LaTeX. Unknown error_msg)