Question as in title.
Factors of 24 are 1, 2, 3, 4, 6, 8, 12, 24.
My approach is rather bullish - I'm simply trying to find subgroups of order n for each factor.
Subgroup of order 1: $<()>$ (Trivial)
Subgroup of order 2: $<(1 2)>$
Subgroup of order 3: $<(1 2 3)>$
Subgroup of order 4: $<(1 2 3 4)>$
Subgroup of order 6: $S_3$ (Symmetric Group on 3 Points)
Subgroup of order 12: $A_4$ (Alternating Group on 4 Points)
But I cannot deduce the others. Is there a more elegant "solution" to this problem. The question cropped up in an introductory group theory class - so I would really appreciate simple answers - I'm familiar with Lagrange's theorem, cyclic groups etc.
Thanks for any help,
Jack