What does it mean by the term "x-polynomial"?
Let say I have a problem like this:
Consider the polynomial $2x^2-5xy-3y^2+x+11y-6$ as $x – polynomial$. Find the degree and numerical coefficient of each term.
In my understanding, this means that all “y” variables are considered constant in the given polynomial. Thus, we can transform the polynomial to $2x^2+(-5y+1)x+(-3y^2+11y-6)$.
As stated in the comments, you are correct in saying that all instances of $y$ are treated as constants. The degree of the function is then given by the highest power of $x$ when you rearrange the polynomial as you have done. Therefore, the equation has degree $2$.