This is my original problem:
Find the number of elements of order $7$ in $S_7$. Find the number of Sylow $7$-subgroups of $S_7$.
Since $7$ is prime, we know that there must be a $7$-cycle in $S_7$ (since no $P_1 \cdot P_2 = 7$).
My next thought is to calculate the total number of combinations a number can have in $(A B C D E F G)$, which is simply: $7 \cdot 6 \cdot 5 \cdot 4 \cdot 3 \cdot 2 \cdot 1 = 7!$.
But then you have to consider the fact that $(1 2 3 4 5 6 7) = (2 3 4 5 6 7 1)$, so divide by $7$, which gives $6!$.
So there should be $6!$ elements of order $7$.
(**) Now because $7$ is a unique prime when considering the order of $S_7$, I believe that means that each element should exist in only one subgroup.
That means there is a way to partition this into a set of $6$ elements, then consider the union of each set with the identity $\{ e \}$, and you get all the subgroups of order $7$.
So calculating the number of such subgroups may be done by: $\dfrac {6!} 6 \cdot 7 = 7 \cdot 5! = 840$.
If this method does indeed work, it should follow that this method would work for solving similar questions whenever one solves for elements and subgroups of order $p$ in the group $S_p$ (just use arbitrary constants in place of numbers).
In fact, it should give you a formula. The number of elements is $(p-1)!$ and the number of subgroups of that order are $\dfrac {p!} {p-1}$.
Expanding this further, I also think this method should work for $|S_n| = p^m$, where $p∤m$, though that is not my concern here.
Am I making a mistake or is this correct? I believe there is a theorem for my statement at (**), but I do not know what it is called.