Euler's Theorem
Euler's Theorem
for CAT
`
Solved CAT Previous Papers
Euler’s totient
Euler’s totient is defined as the number of numbers less than ‘n’ that are
co-prime to it.
It is usually denoted as ɸ(n).
1 1
The formula to find Euler’s totient is ɸ(n) = n*(1 - ) * (1 - )*… where a, b
𝑎 𝑏
are the prime factors of the numbers.
Eg) Find the number of numbers that are less than 30 and are co-prime to
it.
Euler’s Theorem
Euler’s theorem states that 𝑎ɸ(n) (mod n ) = 1 (mod n) if ‘a’ and ‘n’ are co-
prime to each other.
So, if the given number ‘a’ and the divisor ‘n’ are co-prime to each other, we
can use Euler’s theorem.
Example 1:
What is the remainder when 2256 is divided by 15?
2 and 15 are co-prime to each other. Hence, Euler’s theorem can be applied.
15 can be written as 5*3.
1 1 2 4
Euler’s totient of 15 = 15*(1 - )* (1 - ) = 15* * = 8
3 5 3 5
Example 2:
What are the last 2 digits of 72008 ?
Finding the last 2 digits is similar to finding the remainder when the
number is divided by 100.
100 and 7 are co-prime to each other. Hence, we can use Euler’s theorem.
1 4
= 100* ( ) * ( )
2 5
ɸ(100) = 40.