This is in refernce to testing if a given number is prime by square root method. Qs:
- I understand the logic behind taking square root ( based on factor pair) but why do we consider only the prime numbers below the sq. root to test the divisibility and not all the numbers? 2). Also as any number with a square root will have that sq. root as a factor, so why cant that be considered as another factor apart from (1 and itself) ( I guess may b we consider only integers ?)