Suppose I have a group $G$ order $pq$, where $p$ and $q$ are distinct primes, and I know that there exists $a \in G$ such that $order(a) = p$. How do I show that there exists $b \in G$ such that $order(b) = q$?
I have tried by arguing that since $a$ is order $p$ then there must be a element that isn't generated by $a$, call it $b$, then $b$ must be of different order, if $order(b) =pq$ then by corollary of Lagrange's theorem $b^{p}$ is of order q. Otherwise the only choice left is $order(b) = q$.
I think there is a flaw in my approach. Please point out any errors.
Notes: I forgot to mention that pq are distinct primes.