most common practice is when we type simultaneous equations in form like that: \begin{cases} x + y = 2 \\ x - y = 2 \\ \end{cases} Related question - What is the notation for a system of simultaneous equations?
But, what if have equation like $$ x^4 - 5x^2 + 6 =0 $$ and i want to denote it into 2 equations: $$x^2=2$$ and $$x^2=3$$ They both will be the solutions but not simultaneous, I mean if I say that $x=+\sqrt3$ it will be one of the solutions for 2nd and original equations, but not for 1st.
I saw notations with square brackets, like is that TeX question or with using word $ or $ between them.
So how can I correctly write such equations?
"$x^2=2$ or $x^2=3$" is perfectly acceptable notation.