To find the number of distinct factors of an integer N, we have to first express the integer as the product of prime integers like N = (p^a)*(q^b)...Ozlemg wrote:How many distinct integers are factors of 90?...
I know how to solve it; but want to learn whether there is an quick way to calculate if the number is high, such as 7654
Then the number of distinct factors of integer N is (a + 1)(b + 1)...
Here, 90 = (2^1)*(3^2)*(5^1)
Hence, number of distinct integers of 90 is (1 + 1)*(2 + 1)*(1 + 1) = 2*3*2 = 12
If the number is 7654, then 7654 = 2*43*89
Hence, number of distinct integers of 7654 is (1 + 1)*(1 + 1)*(1 + 1) = 2*2*2 = 8












