When working modulo some number n we call two integers divisors of zero if their product is 0. For example, 2 and 3 are divisors of zero when working modulo 6. So are 4 and 3 ( . Thus, there are 3 zero divisors when working modulo 6: 2, 3, and 4.
How many zero divisors exist when working modulo 8192?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A number n is a zero divisor modulo 8192 if gcd( 8 1 9 2 , n ) = 1 and 8 1 9 2 doesn't divide n .
Therefore, the number of zero divisors of 8192 is 8 1 9 2 − 1 − ϕ ( 8 1 9 2 ) , where ϕ is the Euler totient function.
Since 8 1 9 2 = 2 1 3 , ϕ ( 8 1 9 2 ) = 8 1 9 2 ( 1 − 2 1 ) = 4 0 9 6 .
Then the answer is 8 1 9 2 − 1 − 4 0 9 6 = 4 0 9 5 .