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
flagSasha 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.
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.
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.







