How many integers less than or equal to 165 are relative prime to 165?
So, the prime factorization is: 3x5x11
For small numbers, like 30, i could just check each number, 1-30, to see if it had a common prime factor.
But this number is very large, and i am guessing there is an easier and quicker way to do this.
By the way, this is a linear algebra problem.
Thanks.
So, the prime factorization is: 3x5x11
For small numbers, like 30, i could just check each number, 1-30, to see if it had a common prime factor.
But this number is very large, and i am guessing there is an easier and quicker way to do this.
By the way, this is a linear algebra problem.
Thanks.