Topic Details (Notes format)

How to Apply Euler’s Theorem and Fermat’s Little Theorem

Subject: Mathematics

Book: Maths Mastery

Fermat’s Little Theorem says that if p is prime and gcd(a,p)=1, then a^(p–1)≡1 (mod p). Euler’s theorem generalizes it, stating a^φ(n)≡1 (mod n) for gcd(a,n)=1. These reduce exponents in modular arithmetic. For example, to find 3^100 mod 11, note φ(11)=10, so 3^100 = (3^10)^(10) ≡1^(10)≡1 mod 11. Such exponentiation shortcuts appear in coding, cryptography (like RSA), or advanced number theory tasks. Familiarity with these theorems speeds up computations involving large powers mod n.

Practice Questions

If the radius of a circle is 7 cm, what is its circumference?

View Question

If a right triangle has legs of 9 cm and 12 cm, what is the length of the hypotenuse?

View Question

What is the sum of all even numbers between 1 and 100?

View Question

What is the LCM of 15 and 20?

View Question

A man invests Rs. 5000 at 5% per annum simple interest. What is the total amount after 3 years?

View Question

If 2a + b = 10 and a - b = 4, what is the value of a?

View Question

The sides of a triangle are 5 cm, 12 cm, and 13 cm. What type of triangle is it?

View Question

A cone has a base radius of 7 cm and height of 24 cm. What is its volume?

View Question

What is the sum of all angles in a hexagon?

View Question

How many ways can 4 people sit in a row?

View Question