Math, asked by rajnikantvelhal645, 1 month ago

In how many pairs of consecutive Prime numbers from 1 to 100 ,does a difference of 6 occur​

Answers

Answered by brundag
5

Answer:

primes_diff6.py 100 7 prime pairs found with a difference of 6. ( 23 , 29 ) ( 31 , 37 ) ( 47 , 53 ) ( 53 , 59 ) ( 61 , 67 ) ( 73 , 79 ) ( 83 , 89 ) 25 primes found.

- Brunda G

Answered by gargpriya0114
3

Answer:

There are pairs which is start from (5,11) ; (7,13) ; (11,17) ; (13,19) ; (17,23) ; (23,29).

Step-by-step explanation:

According to the question , we need to find out the number of pairs of consecutive prime numbers from 1 to 100 , does a difference of 6 occur​.

A whole number higher than 1 whose only elements are 1 and itself is referred to as a prime number. A whole number that may be split evenly into another number is referred to as a factor. 2, 3, 5, 7, 11, 13, 17, 19, 23 and 29 are the first few prime numbers. Numbers that have more than two factors are called composite numbers.

There are pairs which is start from (5,11) ; (7,13) ; (11,17) ; (13,19) ; (17,23) ; (23,29).

#SPJ2

Similar questions