1

The sets $A = \{z : z^{18} = 1\} $and $ B = \{w : w^{48} = 1\}$ are both sets of complex roots of unity. The set $C = \{zw : z \in A \ \text{and} \ w \in B\}$ is also a set of complex roots of unity. How many distinct elements are in $C$?

Erm I'm wondering where to start this? Does the stuff in the set equal the ratio of $z$ to $z^{18}$ which is equal to 1 so $z^{18}= z$? and $w = w^{48}$? Help is appreciated, thank you.

user91500
  • 5,606
Freedom
  • 303

2 Answers2

2

HINT:

As gcd$(18,48)=6,$lcm $(18,48)=144$

The minimum positive integer of $n$ such that $(zw)^n=1$ is $144$ for all possible combinations of $z,w$

Now utilize Complex numbers and Roots of unity

2

A hint that is a bit too long for a comment, but should get you going along one possible path:

The elements of the set $A$ are of the form $e^{2s\pi i/18}$, and the elements of $B$ are of the form $e^{2t\pi i/48}$, so that when you multiply an element from $A$ by an element from $B$, what you get is a number of the form:

$$e^{(s/18+t/48).2\pi i}$$

so now you need to look at the possible values of $s/18+t/48 = (8s+3t)/144$.

Old John
  • 19,569
  • 3
  • 59
  • 113