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 a+b = 10 and ab = 21, what is the value of a^3 + b^3?

View Question

If the probability of an event is 1/4, what is the probability of its complement?

View Question

A sphere has a radius of 7 cm. What is its volume?

View Question

A car travels 240 km in 4 hours. What is its average speed?

View Question

A triangle has angles 60°, 60°, and 60°. What type of triangle is it?

View Question

If 3x = 81, what is the value of x?

View Question

What is the cube of 4?

View Question

What is the sum of the interior angles of a hexagon?

View Question

What is the value of x if 3x + 7 = 16?

View Question

A number is increased by 20% and then decreased by 20%. What is the net change?

View Question