Math Prize 2011 Problem 8
Source:
September 19, 2011
geometry
Problem Statement
In the figure below, points , , and are distance 6 from each other. Say that a point is reachable if there is a path (not necessarily straight) connecting and of length at most 8 that does not intersect the interior of . (Both and the path must lie on the plane containing , , and .) Let be the set of reachable points. What is the area of ?
[asy]
unitsize(40);
pair A = dir(90);
pair B = dir(210);
pair C = dir(330);
dot(A);
dot(B);
dot(C);
draw(B -- C);
label("", A, N);
label("", B, W);
label("", C, E);
[/asy]