0

Let $R=\mathbb Z_2\oplus \mathbb Z_3\oplus \mathbb Z_5$.Then Total number of the zero divisors in $R?$

(A) $15$

(B) $10$

(C) $20$

(D) $22$

Solution We know that

  • $x$ is a unit $\Longleftrightarrow \ gcd(\vert x\vert ,30)=1$
  • $x$ is a Zero Divisor $\Longleftrightarrow \ gcd(\vert x\vert,30)\neq 1$

Since $R$ has $2.3.5=30$ elements.So number of elements in $R$ whose order is relatively prime to 30 is $\phi(30)=8\implies$ number of elements in $R$ whose order is not relatively prime to 30 are $30-\phi(30)=30-8=22\implies $ $R$ has 22 zero divisors.

But the answer key says the solution is 20

Where have I made a mistake?

Shaun
  • 44,997
Styles
  • 3,539

1 Answers1

2

As we've already settled in the comments, your figure of $22$ is the correct one.

The totient function is a great way to do it, but let's give another way just to crosscheck:

Since $R$ is finite, each element is a unit or a zero divisor (I count $0$ among the zero divisors.) So it suffices to count the units. To be a unit, it has to be a unit on every coordinate. There's only one unit in $F_2$, two in $F_3$ and four in $F_5$, so there ought to be $8$ units. The whole ring has $30$, and $30$ less $8$ is $22$, again.

rschwieb
  • 153,510