Prime numbers: Definition, Properties, and Methods

Jasmine Grover logo

Jasmine Grover

Content Strategy Manager

Prime numbers are the natural numbers that are only divisible by 1 and the number itself. Prime numbers, in other terms, are positive integers with only two factors: 1 and the number itself. Some of the examples of prime numbers are 2, 3, 5, 7, 11, 13, etc. 1 is neither a composite number nor prime. As a result, every prime number is greater than one. We can also state that, except for 1, the remaining numbers are divided into prime and composite numbers. In this article, we will discuss prime numbers and their properties.

Read More About Natural Numbers and Whole Numbers

Keyterms: Numbers, Natural numbers, Whole numbers, integers, Composite numbers, Factors


What are Prime Numbers?

[Click Here for Sample Questions]

A prime number refers to a positive integer that has two of the same factors. If p is a prime, then the only factors it can have are 1 and p itself. A composite number does not follow this pattern and can be factored into other positive integers. A positive number or integer that is not a product of any other two positive integers other than one and the number itself is another method of defining it. The first 10 prime numbers include: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29.

Note: Number 1 is neither prime nor composite.


History of Prime Numbers

[Click Here for Sample Questions]

The Greek mathematicians such as Euclid (300 BCE) and Eratosthenes of Cyrene (276–194 BCE) examined prime numbers for the first time. Euclid's Elements contained the first known evidence that there exist an unlimited number of primes. Various formulas for discovering primes have been proposed, but they have all been found to be incorrect. The prime number theorem and the Riemann zeta function are two other well-known results relating to prime number distribution.

Also Read: 


How to find prime numbers?

[Click Here for Sample Questions]

The two approaches below will assist you in determining whether a particular number is a prime or not.

  1. Tests of Divisibility
  2. Factorization

Method 1: Tests of Divisibility

To find out if the number is prime or not, some prime number formulas can be used. Follow the steps below to determine whether a number is a prime number or not:

Step 1: Look at the number's unit place. It is not a prime number if it ends in 0, 2, 4, 6, or 8. Numbers ending in 0, 2, 4, 6, and 8 are never prime numbers.

Step 2: Add the digits of that number together. The sum is not a prime number if it is divisible by three.

Step 3: Determine the square root of the given number after checking the result of stages 1 and 2.

Step 4: Simply divide the provided number from all prime numbers below its square root value.

Note: If a large number is ending with 5, then it is always divisible by 5. Hence, it is not a prime number

Method 2: Factorization

Factorization is the most popular approach for finding prime numbers. The following are the stages involved in using the factorization method to find prime numbers:

Step 1: We'll look for the factors of the given integer (factors are the number that completely divides the given number)

Step 2: Next, determine the total number of factors associated with that number.

Step 3: As a result, if the total number of factors is greater than two, the number is a composite number rather than a prime number.

Note: 2 is the only even prime number.

Also Read: 


Prime Numbers vs Composite Numbers

[Click Here for Sample Questions]

  • Composite numbers are positive integers or whole numbers with more than two divisors, whereas prime numbers have just two components. For example, 19 is a prime number because it has just two factors: 1 and 19 (1 19). 
  • The number six, on the other hand, has three divisors: 3,2, and 6 (1 6 and 2 3).
  • The divisibility test of orders 2, 5, 3, 11, 7, and 13 is used to determine if a number is prime or composite. A composite number can be divided by any of the factors listed above. A prime number is not divisible by 2, 3, 5, or 7 and is less than 121. The number is composite otherwise. 

Important Formulas and Examples

[Click Here for Sample Questions]

  1. The formula below can be used to find prime numbers bigger than 40.

n2 + n + 41 (n = 0, 1, 2,....,39)

For example:

(0)2 + 0 + 0 = 41

(1)2 + 1 + 41 = 43

(2)2 + 2 + 41 = 47

  1. The only even prime number is 2. The prime numbers 2 and 3 are the only two natural numbers that are prime in consecutive order. Apart from them, every prime number (excluding prime multiples, such as 2, 3, 5, 7, and 11) can be expressed as 6n + 1 or 6n – 1, where n is a natural number.

For example:

6(1) – 1 = 5

6(1) + 1 = 7

6(2) – 1 = 11

6(2) + 1 = 13

6(3) – 1 = 17

6(3) + 1 = 19

6(4) – 1 = 23

6(4) + 1 = 25 (multiple of 5)

Table of Prime Numbers 1 to 200

Prime numbers from 1 to 200 are as tabulated below:

2 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

Properties of Prime Numbers

[Click Here for Sample Questions]

  • At least one prime number can be divided by any number bigger than one.
  • Any even positive integer greater than 2 can be used to represent the sum of two primes.
  • All prime numbers except number 2 are odd. 
  • Two prime numbers are coprime to each other.
  • Each composite number can be factored into prime factors, each of which is unique in its own right.

Things to Remember

  • Prime numbers are the natural numbers that are only divisible by 1 and the number itself.
  • The first 10 prime numbers include: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29.
  • The two approaches to determine whether a particular number is a prime or not are Tests of Divisibility and Factorization.
  • Composite numbers are positive integers or whole numbers with more than two divisors, whereas prime numbers have just two components.
  • 2 is the only even prime number.
  • The prime numbers 2 and 3 are the only two natural numbers that are prime in consecutive order.

Sample Questions

Ques. Is 19 a Prime Number or not? (5 marks)

Ans. We can determine this by two methods:

Method 1:

The formula for the prime number is 6n + 1

Let us write the given number in the form of 6n + 1.

6(3) + 1 = 18 + 1 = 19

Method 2:

Check for the factors of 19

19 has only two factors 1 and 19.

Therefore, by both methods, we get 19 as a prime number.

Ques. Is 61 a prime number or not? (5 marks)

Ans. Method 1:

n2 + n + 41, where n = 0, 1, 2, ….., 39

Put n= 4

42 + 4 + 41 = 16+ 4 + 41 = 61

Method 2:

61 has only factors 1 and 61.

So, 61 is a prime number by both methods.

Ques. How to check if the number is prime. Explain. (3 marks)

Ans. To check if the number is prime or not, we can use the factorization method.

The steps involved to check prime numbers are:

  • Step 1: Find out the factors for the given number.
  • Step 2: Count the number of factors for that number.
  • Step 3: Hence, if there are more than 2 factors, it is a composite number.

Ques. Is 1 a prime number or composite number? (2 marks)

Ans. The number one is neither a composite number nor prime. 1 is divisible by only itself, thus it has only 1 factor. As a result, it defies both the prime and composite number definitions. They both have more than two factors.

Ques. What is the difference between prime numbers and composite numbers? (2 marks)

Ans. A prime number has only two factors: the number and one, whereas a composite number has several factors. For example, 3 is a prime number as it is divisible by 1 and 3 itself.

6 is a composite number, it has three factors 1, 2, 3, and 6 and it is divisible by all its factors.

Ques. Explain twin prime numbers. (3 marks)

Ans. Twin prime numbers or twin primes are prime numbers that have only one composite number between them. The other definition of twin prime numbers is a pair of prime numbers that only have two differences. For example, 7 and 5 are twin primes because 7 – 5 = 2.

The other examples of twin prime numbers are:

(5, 7) [7 – 5 = 2]

(11, 13) [13 – 11 = 2]

(17, 19) [19 – 17 = 2]

(29, 31) [31 – 29 = 2]

(41, 43) [43 – 41 = 2]

(71, 73) [73 – 71 = 2]

For Latest Updates on Upcoming Board Exams, Click Here: https://t.me/class_10_12_board_updates


Check-Out: 

CBSE X Related Questions

1.
Check whether \(6n\) can end with the digit \(0\) for any natural number \(n\).

      2.
      Which of the following are APs? If they form an AP, find the common difference d and write three more terms.
      (i) 2, 4, 8, 16, . . . .
      (ii) \(2, \frac{5}{2},3,\frac{7}{2}\), . . . .
      (iii) – 1.2, – 3.2, – 5.2, – 7.2, . . . .
      (iv) – 10, – 6, – 2, 2, . . .
      (v) 3, \(3 + \sqrt{2} , 3 + 3\sqrt{2} , 3 + 3 \sqrt{2}\) . . . .
      (vi) 0.2, 0.22, 0.222, 0.2222, . . . .
      (vii) 0, – 4, – 8, –12, . . . .
      (viii) \(\frac{-1}{2}, \frac{-1}{2}, \frac{-1}{2}, \frac{-1}{2}\), . . . .
      (ix) 1, 3, 9, 27, . . . .
      (x) a, 2a, 3a, 4a, . . . .
      (xi) a, \(a^2, a^3, a^4,\)  . . . .
      (xii) \(\sqrt{2}, \sqrt{8} , \sqrt{18} , \sqrt {32}\) . . . .
      (xiii) \(\sqrt {3}, \sqrt {6}, \sqrt {9} , \sqrt {12}\) . . . . .
      (xiv) \(1^2 , 3^2 , 5^2 , 7^2\), . . . .
      (xv) \(1^2 , 5^2, 7^2, 7^3\), . . . .

          3.

          Prove the following identities, where the angles involved are acute angles for which the expressions are defined:\(\frac{(\text{1 + tan² A})}{(\text{1 + cot² A})} = (\frac{\text{1 - tan A }}{\text{ 1 - cot A}})^²= \text{tan² A}\)

              4.

              Form the pair of linear equations for the following problems and find their solution by substitution method.

              (i) The difference between two numbers is 26 and one number is three times the other. Find them.

              (ii) The larger of two supplementary angles exceeds the smaller by 18 degrees. Find them.

              (iii) The coach of a cricket team buys 7 bats and 6 balls for Rs 3800. Later, she buys 3 bats and 5 balls for Rs 1750. Find the cost of each bat and each ball.

              (iv) The taxi charges in a city consist of a fixed charge together with the charge for the distance covered. For a distance of 10 km, the charge paid is Rs 105 and for a journey of 15 km, the charge paid is Rs 155. What are the fixed charges and the charge per km? How much does a person have to pay for travelling a distance of 25 km.

              (v) A fraction becomes\(\frac{ 9}{11}\), if 2 is added to both the numerator and the denominator. If, 3 is added to both the numerator and the denominator it becomes \(\frac{5}{6}\). Find the fraction.

              (vi) Five years hence, the age of Jacob will be three times that of his son. Five years ago, Jacob’s age was seven times that of his son. What are their present ages?

                  5.
                  The angle of elevation of the top of a building from the foot of the tower is 30° and the angle of elevation of the top of the tower from the foot of the building is 60°. If the tower is 50 m high, find the height of the building.

                      6.
                      An umbrella has 8 ribs which are equally spaced (see Fig. 11.10). Assuming umbrella to be a flat circle of radius 45 cm, find the area between the two consecutive ribs of the umbrella.
                      An umbrella has 8 ribs which are equally spaced

                          Comments



                          No Comments To Show