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)$.