To test whether a number is prime or not why do we have to test whether it is divisible only upto the square root of that number ?
|
If a number
If both |
||||
|
|
|
Because if a factor is greater than the square root of n, the other factor that would multiply with it to equal n is necessarily less than the square root of n. |
|||
|
|
|
Lets say Now there can be 3 cases:
In all 3 cases, |
||||
|
|