sludge
In the diagram to the right, points A, B, and C are on the diameter of the circle with center B. Additionally, all arcs pictured are semicircles. Suppose angle YXA = 105 degrees. What is the ratio of the area of the shaded region above the red line to the area of the shaded region below the red line? (Note: Diagram is not drawn to scale and angles drawn are not accurate.)
(A) 3/4
(B) 5/6
(C) 1
(D) 7/5
(E) 9/7

best i can figure out is it works out to (.75pi + x)/(1.25pi - x) where x represents the amount of space between the red line and a line at a right angle (on the left) of line AC. but ive got no clue how to find out what x is.
Very tough problem, but end up with D.
First, just imagine the same circle without the ying/yang stuff. Connect all the points so that you can end up with three isosceles triangles of ABX, XBY, and YBC. What we want to find is the angle YBC and ABY.
Set angle ABX = x
angle XBY = y
angle YBC = z
We know two equations from here:
(1) x+y+z = 180
Now, knowing that YXA = 105, we can use the isosceles triangle properties to get this equation:
(2) (180-x)/2 + (180-y)/2 = 105
From (2), we get
180 - x + 180 - y = 210
=> x+y = 360 - 210 = 150
Substitute this in (1), you get
150 + z = 180
z = 30
Now we know that angle YBC=30 and ABY = 150
To get the answer, you must find the ratio of the areas. If Ac = area of the big circle and As = area of the semi circle, this ratio will give you the answer:
Ans = [(150/360)*Ac - As] / [(30/360)*Ac +As]
What is missing here is the relationship between Ac and As. Knowing that half of the big circle radius is the radius of the semi circle, we can set the following:
(3) Ac = pai*r^2
(4) As = (pai*(r/2)^2)/2
From (3), you get
r^2 = Ac/pai
Plug in (4), you get
As = pai*(Ac/pai) / 8 = Ac/8
Ans = [(150/360)*Ac - (Ac/8)] / [(30/360)*Ac +(Ac/8)]
= [(150/360) - (1/8)] / [(30/360) +(1/8)]
= 7/5