The duplicate question doesn't really answer my problem.
Given $G$ with order of 15. $G_3$ and $G_5$ are the only sub-groups of $G$ with order of 3 and 5 respectively. (In other words, there could be other sub-groups with different order but none with order 3 that's not $G_3$).
I want to prove that $G$ is Cyclic group.
My try:
To prove that $G$ is Cyclic group I was searching for $a$ in $G$ such that: $a^{|G|}=a^{15}=e$
3 and 5 are prime numbers so $G_3$ and $G_5$ are both Cyclic groups. ie, there are $b$ in $G_3$ and $c$ in $G_5$ such that: $b^3=e, c^5=e$.
if $b=c$ then we finished, since our $a$ would be $bc$ but that's not always correct to assume this equality...
Any help?