Consider the ring $R[x][y]$. I am not sure that I know exactly what is going on here. A typical element of the ring is a polynomial in $y$ with coefficients that are themselves polynomials in $x$.
For example: $p=(x^2+ax+b)y^3+(x+c)y$ where $a,b,c \in R$.
So, the polynomial above is an element of $R[x][y]$, but am I allowed to distribute the $y^3$ and $y$ over each of the coefficients? Or is this not allowed by the ring $R[x][y]$?
Now, $(x^2+ax+b) \in R[x][y]$ and $y^3 \in R[x][y]$ and so $(x^2+ax+b) \cdot y^3=x^2y^3+axy^3+by^3 \in R[x][y]$ by distributivity in $R[x][y]$.
But the then does $x^2y^3+axy^3+by^3=(x^2+ax+b)y^3$?
In other words, is multiplication in $R[x][y]$ the operation that holds the coefficients in $R[x]$ and the unknowns in $y$ together? Or are the polynomials in $R[x][y]$ merely syntactical and can't be manipulated as above?