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 right triangle has legs of 9 cm and 12 cm, what is the length of the hypotenuse?

View Question

If a+b = 10 and ab = 21, what is the value of (a-b)^2?

View Question

What is the square root of 0.25?

View Question

What is the area of an equilateral triangle with side length 10 cm?

View Question

A square is inscribed in a circle with a radius of 5 cm. What is the area of the square?

View Question

What is the sum of all odd numbers from 1 to 99?

View Question

What is the area of a sector of a circle with radius 14 cm and central angle 90°?

View Question

The area of an equilateral triangle with side length 6 cm is:

View Question

What is the cube root of 729?

View Question

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

View Question