Skip to main content

Euler's theorem on Number Theory

Euler's Theorem states that if $gcd(a,n) = 1$, then $a^{φ(n)} ≡ 1 (mod \,n)$.
Here $φ(n)$ denotes the Euler Totient function. This theorem has many interesting applications. One of them is finding last digit or last two digits of a number, given in some power notation.
For example consider the following csir problem.
1. [CSIR 2012]The last two digits of $7^{81}$ are
a. 07. b. 17. c.37. d.47.
How to use Euler's Theorem here?
Last two digits of a number is nothing but congruent modulo 100. So our problem is nothing but to find $x$, where $x$ is given by
$7^{81}≡ x (mod \,100).$
By Euler's theorem we have $7^{16}≡ 1 (mod \,100).$ So, taking 5th power both sides $7^{80}≡ 1 (mod \,100).$
Now can you find the required answer?
In the same CSIR 2012 question paper in part C also, another question is asked based on Euler's theorem.
_________________________________________
2. [CSIR 2012]For a positive integer m, let φ(m) denote the number of integers k such that $1 \le k \lneq m$ and $GCD(k, m)=1$. Then which of the following statements are necessarily true?
a. ${φ(n)}$ divides $n$ for every positive integer $n$.
b. $n$ divides $a^{φ(n)} - 1$ for all positive integers $a$ and $n$.
c.$n$ divides $a^{φ(n)} - 1$ for all positive integers $a$ and $n$ such that GCD(a, n)=l.
d. $n$ divides $a^{φ(n)} - 1$ for all positive integers $a$ and $n$ such that GCD(a, n)=l.
__________________________________________
Similarly, we can find last digit also, by considering modulo 10.
3. [CSIR 2013] What is the last digit of $7^{73}$ ?
a. 7 b. 9 c. 3 d. 1
We welcome the reader, to find the answers.

Comments

Popular posts from this blog

Countable and Uncountable

Here we collect the various examples given in books and options asked in CSIR, GATE, TRB, JAM examinations about countable sets.  Find which of the following sets are countable?  1. The set of rational numbers $\mathbb{Q}$  2. The set of natural numbers $\mathbb{N}$ 3. The set of real numbers $\mathbb{R}$ 4. The set of prime numbers $\mathbb{P}$ 5. The set of complex numbers with unit modulus. 6. The set of algebraic numbers. 7. The set of transcendental numbers. 8. The set of all polynomials with integer coefficients. 9. The set of all polynomials with rational coefficients. 10. The set of all polynomials over $\mathbb{R}$ with rational roots. 11. The set of all monic polynomials over $\mathbb{R}$ with rational roots. 12. The product set $\mathbb{N} \times \mathbb{N}$ 13. The product set $\mathbb{N} \times \mathbb{R}$ 14. $\wp(\mathbb{N})$, The set of all subsets of $\mathbb{N}$  15. The set of all finite subsets of $\mathbb{N}$  16. The set of all functions from   $\mathbb{N}$ to $\

NBHM Problem...

Let T  be a nilpotent linear operator on the vector space $\mathbb{ R}^5$  (i.e., $ T^k=0$  for some k). Let $d_i$  denote the dimension of the kernel of $ T^i$ . Which of the following can possibly occur as a value of $ (d_1,d_2,d_3)$ ?  1. (1,2,3) 2. (2,3,5) , 3. (2,2,4) , 4. (2,4,5) For the excellent proof using Jordan Canonical form visit  https://nbhmcsirgate.theindianmathematician.com/2020/04/nbhm-2020-part-c-question-26-solution.html#.XqCM3QR0R10.whatsapp Here we present a proof (incomplete in preciousness) on the fact "A linear transformation is completely determined by its behaviour on a basis."