Wow! What a tricky little set of questions.
Alright, the first one is:
Let theta = arccos(2x)
Drawing a triangle with theta, the adjacent is 2x, the hypotenuse is 1 (arccos = adjacent/hypotenuse), and the opposite is therefore sqrt(1 - 4x^2)
And since we let theta = arccos(2x), we are left with sin(2 theta), which is equal to 2sin(theta)cos(theta). Working from the triangle above, we get 2 x 2x x sqrt(1 - 4x^2) = 4x sqrt(1 - 4x^2), so a=4, b=2, C.
Second one is:
Substitute cos^2 = 1 - sin^2 (I'm omitting the theta here for simplicity's sake), so after expanding, you would get
a - a sin^2 + b sin^2 = c ---> sin^2 = (c-a)/(b-a)
Substitute sin^2 = 1 - cos^2, so after expanding, you would get
a cos^2 + b - b cos^2 = c ---> cos^2 = (c-b)/(a-b)
tan^2 = sin^2/cos^2 so
tan^2 = (c-a)/(b-a) x (a-b)/(c-b)
=(c-a)/(b-a) x -(b-a)/(c-b)
=-(c-a)/(c-b)
Distributing the negative on top leads to (a-c)/(c-b) which is E.