Topic Details (Notes format)

How to Calculate Modular Inverses

Subject: Mathematics

Book: Maths Mastery

A modular inverse of a number a (mod m) is x such that ax ≡ 1 (mod m). It exists only if gcd(a,m)=1. The Extended Euclidean Algorithm finds x for which ax + my=1, implying ax≡1 (mod m). For instance, to find the inverse of 3 modulo 7, we solve 3x + 7y=1, yielding x=5 because 3×5=15≡1 (mod 7). Modular inverses power encryption algorithms (RSA), solve congruences, and handle advanced computations in computer science. Mastery ensures you can manipulate modular arithmetic quickly for a wide range of cryptographic and number-theoretic tasks.

Practice Questions

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

View Question

What is the slope of a line passing through the points (2, 3) and (4, 7)?

View Question

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

View Question

If a:b = 3:4 and b:c = 5:6, what is a:c?

View Question

If the average of five consecutive odd numbers is 25, what is the largest number?

View Question

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

View Question

A car covers a distance of 150 km in 2.5 hours. What is its average speed?

View Question

If the angles of a triangle are in the ratio 2:3:4, what is the measure of the largest angle?

View Question

What is the remainder when 5^100 is divided by 3?

View Question

If the radius of a circle is doubled, what happens to its area?

View Question