A prime number (or a prime) is a natural number that has exactly two distinct natural number divisors: 1 and itself. The smallest twenty-five prime numbers (all the prime numbers under 100) are:
Niranjan Nande said:
(Mon, Feb 28, 2011 04:22:49 AM)
Please take any perfect square near of 97 i.e 10*10=100. Now find all prime numbers which are less than 10 that are 3,5,7.Now at last check wheather 97 is divisible by 2,3,7.If it is divisible then number is not prime else it is prime.