Dividing zero

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 ( 3 × 4 = 12 0 ( m o d 6 ) ) 3 \times 4=12 \equiv 0 \pmod{6} ) . Thus, there are 3 zero divisors when working modulo 6: 2, 3, and 4.

How many zero divisors exist when working modulo 8192?


The answer is 4095.

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.

2 solutions

Maggie Miller
Aug 2, 2015

A number n n is a zero divisor modulo 8192 if gcd( 8192 , n ) 1 8192,n)\neq1 and 8192 8192 doesn't divide n n .

Therefore, the number of zero divisors of 8192 is 8192 1 ϕ ( 8192 ) , 8192-1-\phi(8192), where ϕ \phi is the Euler totient function.

Since 8192 = 2 13 8192=2^{13} , ϕ ( 8192 ) = 8192 ( 1 1 2 ) = 4096 \phi(8192)=8192\left(1-\frac{1}{2}\right)=4096 .

Then the answer is 8192 1 4096 = 4095 8192-1-4096=\boxed{4095} .

Bill Bell
Aug 6, 2015

Since 8192 = 2 13 8192={ 2 }^{ 13 } the divisors of zero must consist of all the even numbers in the set { 1...8191 } \left\{ 1...8191 \right\} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...