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

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

View Question

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

View Question

If sin(A) = 3/5 and cos(B) = 5/13, where A and B are acute angles, what is sin(A+B)?

View Question

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

View Question

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

View Question

What is the HCF of 48 and 180?

View Question

If the sides of a triangle are 6 cm, 8 cm, and 10 cm, what is the area of the triangle?

View Question

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

View Question

If x + 1/x = 5, what is the value of x^2 + 1/x^2?

View Question

If the ratio of two numbers is 3:5 and their HCF is 4, what are the numbers?

View Question