Frankly this question puzzled me too: How to solve the following equation :
$$\sin x \cos x -\sin^2 x =\frac{\sqrt{6}-2}{4}$$
I tried so much to no avail. I have reached this formula, but I did not know the solution
$$2\sin x+\cos x=\frac12 \sqrt{6}$$
Can you help me?
$$\sin(x)\cos(x) - \sin^2(x) = C$$
Where $C$ is your right hand side constant for simplicity.
Use trigonometric identities to rewrite it as
$$\frac{1}{2}\sin(2x) - \frac{1 - \cos(2x)}{2} = C$$
$$\sin(2x) + \cos(2x) = 2C + 1$$
Call $x = z/2$
$$\sin(z) + \cos(z) = 2C + 1$$
Square both
$$1 + 2\sin(z)\cos(z) = (2C +1)^2$$
$$\sin(2z) = (2C +1)^2 - 1$$
From here you can continue by yourself!