I should solve the following system: $$\begin{cases} x+xy=3 \\ xy^2+xy^3=12 \end{cases}$$ I should solve by reducing the system to a system of second degree. I am not sure if the term in English is "reduce" a system to a lower degree.
We can factor the equations in this way: $$\begin{cases} x(1+y)=3 \\ xy^2(1+y)=12 \end{cases}.$$
What can I do next?
Take 4$\times$(1) - (2)
$$4x(1+y)-xy^2(1+y)= x(1+y)(4-y^2)=0 $$
Three cases to examine:
Case 1) $x= 0$ leads to no solutions.
Case 2) $1+y = 0$ does not lead to valid solutions, either.
Case 3) $4=y^2$. Substitute $y=\pm2$ it into $x+xy=3$ to obtain $x=1,-3$.
Thus, the valid solutions are
$$(1,2),\>\>\>\>\>(-3,-2)$$