Here is a problem I need help doing - once again, an approach would be fine:
What is the minimum possible value of $\cos(\alpha)$ given that, $$ \sin(\alpha)+\sin(\beta)+\sin(\gamma)=1 $$ $$ \cos(\alpha)+\cos(\beta)+\cos(\gamma)=1 $$ The minimum value can be expressed as $-a/b-\sqrt{c}/d$, where $a$ and $b$ are relatively prime, and $c$ isn't divisible by any primes $d$ is divisible by. Find $a+b+c+d$.

Rearrange the two given equations,
$$ \sin\beta+\sin\gamma=1-\sin\alpha $$ $$ \cos\beta+\cos\gamma=1 -\cos\alpha$$
and square their both sides,
$$\sin^2\beta+\sin^2\gamma+2\sin\beta\sin\gamma = 1-2\sin\alpha+\sin^2\alpha\tag{1}$$ $$\cos^2\beta+\cos^2\gamma+2\cos\beta\cos\gamma = 1-2\cos\alpha+\cos^2\alpha\tag{2}$$
From (1) + (2),
$$2+2\cos(\beta-\gamma)=3-2(\cos\alpha+\sin\alpha)$$
or,
$$\cos\alpha+\sin\alpha =\frac 12 [1-2\cos(\beta-\gamma)]$$
$\cos\alpha$ takes the minimum value when $\cos(\beta-\gamma)=1$. Thus,
$$\cos\alpha+\sin\alpha =-\frac 12$$
Solve to get,
$$\cos\alpha = \frac{-1-\sqrt{7}}{4}$$
Therefore, $a+b+c+d=16$.