blogdigz profile image 61

What is the greatest known prime number till date? How to say whether a number is prime or not?

What is the greatest known prime number till date? How to say whether a number is prime or not?

asked by blogdigz 3 months ago

flag

Sasha S profile image

Sasha S says

(2^43112609)-1 is a prime number with 12,978,189 digits.

Prime numbers are numbers that can only be divided by themself and 1 to produce a whole number.

 |  (+2)
soumabha profile image

soumabha says

(2^43112609)-1 is a prime number with 12,978,189 digits.

It is very difficult to say whether a number is prime or not.But the easiest method is

Find the sqrt of number.If the sqrt is a fraction,take oly the integralpart,check if there is any factor of the given number below sqrt. of the number.If it exits,the number is not prrime otherwise not.

 |  (+1)

You can vote each answer up or down to show your support or disapproval. You cannot flag an answer, but if an answer receives enough down votes compared to up votes, then it will become hidden.

Ask A Question

working