let:
$P(x)=a_nx^n+a_{n-1}x^{n-1}+a_{n-2}x^{n-2}+------+a_0,(a_n\neq0)$ is a polynomial of $x$ with degree n
$M(x^2)=b_n(x^2)^n+b_{n-1}(x^2)^{n-1}+b_{n-2}(x^2)^{n-2}+------+b_0,\\
=b_n(x^{2n})+b_{n-1}(x^{2n-2})+------+b_0,(b_n\neq 0)$ is a polynomial of $x^2$ with degree n
$N(x^3)=c_n(x^3)^n+c_{n-1}(x^3)^{n-1}+c_{n-2}(x^3)^{n-2}+------+c_0,$
$=c_n(x^{3n})+c_{n-1}(x^{3n-3})+------+c_0,$ is a polymonial of $x^3$ with degree n
$(c_n\neq 0)$
set :$P(x)\times M(x^2)+R(x)=N(x^3)$ ,$R(x)$ is a polymonial of $x$ with degree less than n
if $R(x)=0 $ then $Q(x)=\dfrac {N(x^3)}{P(x)}=M(x^2)$
else $Q(x)=\dfrac {N(x^3)-R(x)}{P(x)}$
so this $Q(x)$ always exists