Question: expand as multipolynomial

I have this expression:

(a*x^2+b*x*sin(y)+c*sin(y))^2+(a*sin(x)^2+b*x)^3

I have to rewrite this as a multipolynomial in the variables x and sin(y).

I'm trying this:

expand((a*x^2+b*x*sin(y)+c*sin(y))^2+(a*sin(x)^2+b*x)^3, x,sin(y));

but i get the same result as expand without the 2 variables at the end.

am i doing it right?

Thanks in advance!

Please Wait...