Summarize this article:
293 LearnersLast updated on December 10, 2025

Relative prime numbers are two numbers that have no common factors other than 1. Relative primes are used to identify patterns or simplify fractions. In this article, we will learn how to find relatively prime numbers, their properties, and their applications.

Relatively prime numbers are also known as co-prime or mutually prime numbers. If a and b are two numbers and their common factor is 1, then they are considered relatively prime. In this instance, the pair (a, b) is called a relatively prime pair.
These numbers do not necessarily need to be prime; two composite numbers can also be relatively prime.
Example:
Relatively prime numbers (coprimes) have unique characteristics that make them useful in number theory and cryptography. These are the key properties:
To determine whether numbers are relatively prime (coprime), verify that their Greatest Common Divisor (GCD) is exactly 1.
There are three primary methods to do this, ranging from simple listing to a more advanced algorithm for larger numbers.
Method 1: Listing Factors (Best for small numbers)
This involves writing out all factors for each number and looking for overlap.
Method 2: Prime Factorization (Best for medium numbers)
This method breaks numbers down into their prime building blocks.
Method 3: The Euclidean Algorithm (Best for large numbers)
This is the fastest method for big numbers because you don't need to find every single factor. You divide the numbers repeatedly until only the GCD remains.


Understanding the meaning of relatively prime numbers is crucial for mastering fractions and number theory. It describes a relationship in which two numbers, even if they are not prime, share no common factors other than 1. To make this abstract concept stick, here are a few tips and tricks.
Relatively prime numbers are a fundamental concept in math. However, students often make mistakes when finding or identifying them. Here are a few common mistakes and ways to avoid them.
In real life, co-prime numbers or relatively prime numbers are used in various fields of computer science, cryptography and many more. Some applications are as follows:
Determine if 9 and 24 are relatively prime.
9 and 24 are not relatively prime.
We first find the factors of each number
Factors of 9: 1, 3, 9
Factors of 24: 1, 2, 3, 4, 6, 8, 12, 24
Now, identify the common factors.
Common factors: 1 and 3
Since 9 and 24 have a common factor greater than 1, i.e., 3, we can confirm that they are not relatively prime.
Determine if 17 and 31 are relatively prime.
17 and 31 are relatively prime.
The first step is to find the factors of the given numbers:
Factors of 17: 1, 17 (since 17 is prime)
Factors of 31: 1, 31 (since 31 is prime)
Then, identify the common factors.
Common factor: Only 1
Now, find the GCF
GCF(17, 31) = 1
Since the GCF is 1, we confirm that 17 and 31 are relatively prime.
Check if 11 and 14 are relatively prime.
The GCF is 1, so we confirm that 11 and 14 are relatively prime.
We first find the factors of the given numbers:
Factors of 11: 1, 11 (since 11 is prime)
Factors of 14: 1, 2, 7, 14
Then, identify the common factors.
Common factor: Only 1
GCF(11, 14) = 1
Here, the GCF is 1, so we confirm that 11 and 14 are relatively prime.
Check if 10 and 21 are relatively prime.
the GCF is 1, so we confirm that 10 and 21 are relatively prime.
The first step is to find the factors of the given numbers separately:
Factors of 10: 1, 2, 5, 10
Factors of 21: 1, 3, 7, 21
Then, identify the common factors.
The only common factor is 1
Now, we find the GCF:
GCF(10, 21) = 1
Here, the GCF is 1, so we confirm that 10 and 21 are relatively prime.
Determine if 12 and 18 are relatively prime.
GCF(12, 18) = 6
The first step is to list the factors separately to find the GCF:
Factors of 12: 1, 2, 3, 4, 6, 12
Factors of 18: 1, 2, 3, 6, 9, 18
Now, list the Common factors of 12 and 18: 1, 2, 3, 6
Identify the largest common factor among them:
GCF(12, 18) = 6
Hiralee Lalitkumar Makwana has almost two years of teaching experience. She is a number ninja as she loves numbers. Her interest in numbers can be seen in the way she cracks math puzzles and hidden patterns.
: She loves to read number jokes and games.






