The angle between the vectors $\overrightarrow {a}$ and $\overrightarrow {b}$ is $\pi/3$, $\overrightarrow {b}$ and $\overrightarrow {c}$ is $\pi/4$, $\overrightarrow {c}$ and $\overrightarrow {a}$ is $\pi/6$. Find the angle between $\overrightarrow {a}$ and $\overrightarrow {b}\times \overrightarrow {c}$
I tried to calculate the angle by drawing the diagram and geometry but it didn't work out for me. The brute Force method of fixing two of the vectors as convenient position vectors also got messy.
How can we evaluate this? I would prefer a general approach, but if there isn't any, a brute Force approach would also be fine.

We only need angles so assume all vectors are unit vectors. Angles between vectors are ab , bc and ca .
Now $$\sin\theta=\frac{\left|\overrightarrow a \times(\overrightarrow b \times \overrightarrow c)\right|}{\left|\overrightarrow a\right|\cdot|b\times c|}=\frac{\left|(a\cdot c)\overrightarrow b-(a\cdot b)\overrightarrow c\right|}{|a|\cdot|b|\cdot|c|\cdot\sin bc}$$ $$=\frac{\left|\overrightarrow b \cos ac-\overrightarrow c \cos ab\right|}{\sin {\pi \over 4}}$$ $$=\frac{\sqrt{1^2\cdot\cos^2 ac+1^2\cdot \cos^2 ab-2(\cos ac)(\cos ab)(\cos ac)}}{{1 \over \sqrt2}}$$
Can you take it from here.