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 x^2 - 6x + 9 = 0, what is the value of x?

View Question

A rectangle has an area of 48 cm² and a length of 8 cm. What is its width?

View Question

If the length of a rectangle is doubled and the width is halved, what is the change in area?

View Question

The sum of the squares of two consecutive integers is 145. What are the integers?

View Question

The LCM of two numbers is 60, and their HCF is 5. If one of the numbers is 20, what is the other number?

View Question

If a:b = 5:7 and b:c = 6:11, what is a:c?

View Question

The sides of a triangle are 13 cm, 14 cm, and 15 cm. What is its area?

View Question

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

View Question

The probability of rolling a sum of 7 with two dice is:

View Question