Question 972207
Are you expressing this:


{{{x=2/(2+((-3)x-1))/6}}}----the rendering is FAILING.  This is not what is intended.
x=2/(2+(-3x)-1)/6, in pure text because rendering is still failing.
?


{{{x=(2*6)/(2-3x-1)}}}


{{{x(2-3x-1)=12}}}
{{{-3x^2+x=12}}}

{{{3x^2-x+12=0}}}