This is not a home work question, I'm preparing for an entrance test.
The number of different necklaces you can form with $2$ black and $6$ white beads is?
My approach: We can place the white beads in the necklace in $1$ way because they all are white. Then the black beads can again be placed anywhere in $1$ way, once a black bead is placed it now acts like a reference, and I can place the last black bead either next to the first black, or with a gap of $1,2,3$ white beads, giving me $4$ combinations as, wbbwwwww, wbwbwwww, wbwwbwww, wbwwwbww.
Is there any other better approach for this?
I tried to follow this way, How many different necklaces can be formed with $6$ white and $5$ red beads? but I am getting fractional values,
$$\frac{7!}{6! \cdot 2! \cdot 2}$$
Why is it happening this way? Can't we use this formula logic in all cases?


Fix a necklace $N$ as the vertices of an octagon. Via rotating, we can assume that the top bead is black. Draw a line between the black beads. This divides the necklace into two white bead subsets. Reflecting along the line if necessary, we can assume the smaller subset $L_N$ (maybe both are equal, that is no issue) is at the left of the top vertex. Now, the amount of beads of the left determine the necklace because this process is reversible, and knowing the amount of white beads of a side determines the other. Hence each necklace is a selection for $L_N$. Note that we can't have $|L_N| > 3$ because this would be the 'large' subset. Hence we have four possible cases corresponding to $|L_N| = 0,1,2,3$.
If you need a formal answer, one could define the necklaces as the equivalence classes of $8$-uples of $\{B,W\}$ modulo rotation, and then give a bijection with $\{0,1,2,3\}$ by assigning each necklace $N$ its corresponding subset $L_N$.
If you are interested and know the basics of group actions, the Pólya Enumeration Theorem is a result in combinatorics which counts the possible necklaces one can form for a certain amount of beads and colors.