Hey, I had needed some help on this problem. It was to Find the area of the shaded region. So far this is all I have gotten. Not sure but it should all be right up till this point.
It would apppear that you area trying to find the difference in area between the large circle and the small circle given the length of a chord tangent to the inner circle.
Let the radius of the inner circle be "r" and that of the outer circle "R". Let` the chord length be "C".
Drawing a line from the circle ecnter to the end of the chord and a line from the center to the point of tangency of the chord to the circle.
This create a triangle with sides equal to C/2 and "r" with hypotenuse of "R".
Then, we are looking for A = PiR^2 - Pir^2.
R^2 = r^2 + (C/2)^2
Substituting, A = Pi(r^2 + (C/2)^2) - Pir^2
Expanding, A = Pir^2 + Pi(C/2)^2- Pir^2 = (PiC)/2.