The question: if $F$ is a field, and $K = F(x^{5}/(x^{3}+x^{2}+x+1))$, find the degree of the extension $[F(x) : K]$.
You can brute-force this problem by getting in the weeds and finding a basis, but that feels crude (and maybe time-consuming). You can also note $$[F(x) : K] = [F(x) : F(x^{5})] [F(x^{5}) : K],$$ which makes the problem slightly easier (I think), but it still just pushes the problem down the road to computing $[F(x^{5}) : K]$.
Alternatively, you can compute the minimal polynomial $f(t)$ of $x$ over $K[t]$, so that $[F(x) : K] = \text{deg}(f)$, but this feels similarly difficult.
There are many ways to attack this problem. I'm not necessarily asking for a step-by-step solution. But am I missing a "nice" way to approach it?