What is the largest 2-digit prime number?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
99 ,98 IS MAX NUMBER IS DIVISIBLE BUT 97 IS NOT
Just back-calculate from 9 9 . We keep on calculating until we find a prime. 9 9 i s n o t a p r i m e 9 8 i s n o t a p r i m e 9 7 i s a p r i m e Thus the answer is 9 7 .
9 9 is not prime since digits add up to 1 8 which is a multiple of 3 hence 9 9 is a multiple of 3 ....also 9 8 is not a prime because it is an even number and all even numbers are multiples of 2 ..now we know that if a number n is not divisible but any prime less then the square root of n it must be a prime. Now 9 7 = 9 . 8 4 8 8 and primes less then 9 . 8 4 8 8 are 2 , 3 , 5 , 7 97 is odd so it is not a multiple of 2 , also 9 + 7 = 1 6 which is not a multiple of 3 hence 97 is not a multiple of 3.for a number to be a multiple of 5 it digit at one's place must be 0 or 5 but in this case it is 7 so 97 is not a multiple of 5....similerly it is easy to see that 97 is not a multiple of 7...hence 97 is not divisible by any prime less then square root of 97 hence 97 must be a prime...:-)
An easy approach:- Just observe that 97 is a prime
just divide and multiply. problem officer?
Oh yeah and add
OEIS A000040: The prime numbers
u can see a sequence in the prime digits for eg 13 the difference is 2 there largest 2digit prime number is 97
I don't understand what you are saying. Can you elaborate? Must 35 be a prime number since "the difference is 2"?
you are wrong
As we can see that every prime p>3 can can be written as 6n+1 or 6n-1. Case 1 6n-1<100 n<16.83333 This implies n=16 p=6×16-1 p=95,which is not a prime since it is a multiple of 5. Case 2 6n+1<100 n<16.5 This implies n=16 And p=6×16+1 p=97
If you know the prime numbers it is easy.Otherwise start testing the numbers from 99 .The answer will be 97. 98 is not a prime number. 99 is not a prime number. 97 is a prime number.
Problem Loading...
Note Loading...
Set Loading...
99 is not a prime number. Same goes to 98. But 97 can't be divide by any number.