Mathematics I / Number Theory in Action
Practice question · Sort into groups

Sort each application by the number-theoretic idea it chiefly rests on.

Groups: Reduction modulo n · Primes and factoring · The gcd

Hints
  1. Two applications only need a remainder; two need the structure of prime factorizations.
  2. Invertibility mod n is decided by a single gcd computation.
Show the answer

Reduction modulo n: Assigning a key to a hash table slot, Computing an ISBN check digit

Primes and factoring: Generating an RSA key pair

The gcd: Reducing a fraction to lowest terms

Why

Hashing and check digits are pure remainder arithmetic. RSA lives on primes and the difficulty of factoring. Lowest terms and invertibility mod n are both gcd questions, a has an inverse exactly when gcd(a, n) = 1. Six different-looking tasks, three underlying ideas.

Read the lesson: Number Theory in Action →

Practise Number Theory in Action

The app has 5 more questions on this lesson, and keeps your place in the course. Mathematics I is free to start.

More questions on Number Theory in Action