Let Z_n be the group of integers {0, 1, 2, ..., n-1} with addition modulo n as the group operation. The number of elements in the group Z_2 x Z_3 x Z_4 that are their own inverses is ___________.
GATE 2024 · Discrete Mathematics · Group Theory · medium
Answer: There are 4 self-inverse elements in Z_2 x Z_3 x Z_4.
- Count self-inverse elements in each factor: Z_2: 2x = 0 mod 2 holds for x = 0 and x = 1, so 2 elements. Z_3: 2x = 0 mod 3 holds only for x = 0 (2*1=2, 2*2=4=1), so 1 element. Z_4: 2x = 0 mod 4 holds for x = 0 and x = 2, so 2 elements
- Multiply the per-coordinate counts: a triple (x, y, z) is self-inverse exactly when each of x, y, z is self-inverse in its own factor; multiplying the independent counts gives 2 * 1 * 2 = 4