I read in a proof, where it says something in this direction
Divide any polynomial $Q$ of degree $2n-2$ by $P$ (of degree $n$) and get an equation $Q=SP+R$ with $S$ and $R$ polynomials of degree at most $n-2$ and $n-1$, respectively.
If two polynomials $P,Q$ are given with $\deg Q=2n-2$ and $\deg P=n$, it is well-known that we can write $Q=SP+R$ for some unique polynomials of $S$ and $R$ with $\deg R<\deg S$. The question is, how do you see that $\deg S\leq n-2$ and $\deg R\leq n-1$, as stated above?
Sum of degrees of $S$ and $P$ must equal to the degree of $Q$ so $$\deg S +n = 2n-2\implies \deg S = n-2$$
Since $\deg R < \deg P=n$ we have $\deg R\leq n-1$.