Your question seemed a bit ambiguous to me, so I hope this is what you are asking for:
We start off with:
Cos(ax) + Cos(bx) + Cos(cx) = 0
Cos(bx) + Cos(cx) = -Cos(ax)
ArcCos[Cos(bx) + Cos(cx)] = ArcCos[-Cos(ax)]
Looking at the right side of the equation after taking the inverse Cos, it will be 180 - ax. It will be 180 - ax because the Cosine there is negative. Now, we want to write the sum of the Cosines on the left side as a single Cosine so we can take the inverse of it and get rid of Cosine all together. We can rewrite:
Cos(bx) + Cos(cx) as Cos(ax)
We can do this because the right side of the equation, before taking the inverse Cosine, is -Cos(ax). The left side must be the additive inverse of this, and so must be Cos(ax). However, the left side is Cos(bx) + Cos(cx), which means that Cos(bx) + Cos(cx) must be the additive inverse of -Cos(ax), which is Cos(ax).
So now, we have
ArcCos[Cos(ax)] = 180 - ax
ax = 180 - ax
2ax = 180
a = 90/x
So, we now know a can be written as 90/x.
Let's substitute that into the original equation:
Cos(ax) + Cos(bx) + Cos(cx) = 0
Cos( 90/x * x) + Cos(bx) Cos(cx) = 0
Cos(90) + Cos(bx) + Cos(cx) = 0
But Cos90 = 0, so:
Cos(bx) + Cos(cx) = 0
Cos(bx) = -Cos(cx)
ArcCos[Cos(bx)] = ArcCos[-Cos(cx)]
bx = 180 - cx
bx + cx = 180
x(b+c) = 180
b+c = 180/x
So, we now have two equations:
a = 90/x
and
b + c = 180/x
So, pick any value of x, substitute it into the first equation, you will get a value for a. Substitute a value for x into the second equation, then pick values of b and c to satisfy that equation and you will your values for a, b, c, and x that will satisfy your original equation (as long as x does not equal 0).
I hope that is what you were asking for, and sorry if the format is hard to follow. I don't know how to use math symbols on the computer.