Three points are uniformly thrown on a circumference of circle of radius 1, find the mathematical expectation of the area of the triangle formed by them.
I've tried to use that formula: $S = \frac{1}{2}(\sin(a)+\sin(b)+\sin(c))$, where a,b,c - arc lengths
Then $$E[S] = \frac{1}{2}(E[\sin(a)]+E[\sin(b)] + E[\sin(2\pi-a-b)]$$
$$E[\sin(a)] = \frac{1}{4\pi^2}\int_{0}^{2\pi}\sin(x)dx\int_{0}^{2\pi-x}dy = \frac{1}{2\pi}$$
$$E[\sin(b)] = \frac{1}{2\pi}$$
$$E[\sin(2pi-a-b)] = \frac{1}{4\pi^2}\int_{0}^{2\pi}dx\int_{0}^{2\pi-x}\sin(2\pi-x-y)dy = \frac{1}{2\pi}$$
$$E[S] = \frac{3}{4\pi}$$
But the correct answer is $\frac{3}{2\pi}$
Where did I make a mistake?