Number Theory Lesson: Definition, Basics, Examples and Applications

Created by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process

Lesson Overview



Number theory is the branch of mathematics dedicated to understanding the properties and relationships of integers.

Number theory consists of fundamental concepts like divisibility, prime numbers, and modular arithmetic, which explores remainders.

What Is Number Theory?

Number theory is a concept that studies natural numbers. These are positive whole numbers (1, 2, 3, ...), often also referred to as counting numbers.

It investigates the properties, relationships, and structures within this set, as well as its extension to the integers, which include zero and the negative whole numbers (... -3, -2, -1, 0, 1, 2, 3, ...). While often perceived as an abstract pursuit, number theory exhibits deep connections to other mathematical domains, including algebra, analysis, and geometry. 



Take This Quiz

What Are the Types of Number Theory?

While number theory is a unified field, it can be broadly categorized based on the methods used and the types of problems addressed. Here are some major branches:

Number TypeFeaturesExamples
Odd NumbersIntegers that are not divisible by 2. They leave a remainder of 1 when divided by 2.1, 3, 5, 7, 9, 11, 13...
Even NumbersIntegers that are divisible by 2. They leave a remainder of 0 when divided by 2.2, 4, 6, 8, 10, 12, 14...
Square NumbersIntegers that can be obtained by squaring an integer (multiplying an integer by itself).1 (1x1), 4 (2x2), 9 (3x3), 16 (4x4), 25 (5x5)...
Cube NumbersIntegers that can be obtained by cubing an integer (multiplying an integer by itself three times).1 (1x1x1), 8 (2x2x2), 27 (3x3x3), 64 (4x4x4), 125 (5x5x5)...
Prime NumbersIntegers greater than 1 that have exactly two divisors: 1 and the number itself.2, 3, 5, 7, 11, 13, 17...
Composite NumbersIntegers greater than 1 that have more than two divisors.4, 6, 8, 9, 10, 12, 14...
Fibonacci NumbersA sequence where each number is the sum of the two preceding numbers.0, 1, 1, 2, 3, 5, 8, 13, 21...


Developing a strong familiarity with these number types will prove invaluable when solving number theory problems: 

Number Type1 - 200
Square Numbers1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196
Cube Numbers1, 8, 27, 64, 125
Prime Numbers2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199
Composite Numbers4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 22, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 38, 39, 40, 42, 44, 45, 46, 48,  49, 50, 51, 52, 54, 55, 56, 57, 58, 60, 62, 63, 64, 65, 66, 68, 69, 70, 72, 74, 75, 76, 77, 78, 80, 81, 82, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100
Fibonacci Numbers1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144


Take This Quiz

Examples of Number Theory



  1. Find the GCD of 36 and 60.
    Solution:
  • Prime Factorization:

36 = 2 x 2 x 3 x 3 = 2² x 3²

60 = 2 x 2 x 3 x 5 = 2² x 3 x 5

  • Identify Common Factors: Both numbers have 2² and 3 as prime factors.

Multiply Common Factors: GCD(36, 60) = 2² x 3 = 12



2. Is 79 a prime number?
Solution:

  • Check if 79 is divisible by any prime numbers less than its square root (√79 ≈ 8.9).
  • 79 is not divisible by 2, 3, 5, or 7.
  • Since 79 is not divisible by any prime number less than its square root, it is a prime number.


3. Find a positive integer solution to the equation x + y = 7.
Solution:

  • Trial and Error: Try different values for x and see if you can find a corresponding integer value for y that satisfies the equation.
  • One possible solution is x = 3 and y = 4, since 3 + 4 = 7.


4. Find the remainder when 37 is divided by 5.

Solution:

  • Divide: 37 ÷ 5 = 7 with a remainder of 2
  • The remainder when 37 is divided by 5 is 2. This can be written as 37 ≡ 2 (mod 5)

5. Calculate 17 (mod 5).
Solution:

  • Divide: 17 divided by 5 leaves a remainder of 2.
  • 17 (mod 5) ≡ 2

6. What is the remainder when 25 is divided by 7?
Solution:

  • Divide: 25 divided by 7 is 3 with a remainder of 4.
  • The remainder is 4.


7. Is 55 a Fibonacci number?
Solution:

  • Recall the Sequence: The Fibonacci sequence starts 0, 1, 1, 2, 3, 5, 8, 13...
  • Check for Presence: 55 appears in the sequence.
  • Yes, 55 is a Fibonacci number.


8.  Is 121 a perfect square?

Solution:

  • Find the Square Root: √121 = 11
  • Since 11 is an integer, 121 is a perfect square (11² = 121).


Applications of Number Theory

While number theory might seem like an abstract field of mathematics, it has surprising and far-reaching applications in various areas of our modern world. Here are some key examples

  • Cryptography:  Uses properties of prime numbers and modular arithmetic to create strong encryption algorithms, protecting sensitive data like passwords and credit card information during online transactions.

  • Computer Science:  Employs number theory in hash functions to organize and retrieve data efficiently in databases and compilers. It also provides methods for generating pseudo-random numbers essential for simulations and analysis.

  • Coding Theory:  Applies number theory to design error-detecting and correcting codes, ensuring reliable data transmission and storage in various applications, including deep-space communication and CDs.

  • Other Applications:
    • Acoustic design: Uses number theory to optimize sound diffusion in concert halls, creating balanced acoustics.
    • Financial mathematics: Employs number theory to model markets, manage risk, and price complex financial instruments.
    • Public key infrastructure: Utilizes number theory to create digital certificates and secure online identity verification for safe online interactions.
    • Digital signal processing: Leverages number theory in techniques like the Fast Fourier Transform for efficient signal analysis and processing in applications like audio and image manipulation.


Rate this lesson:

Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.