GeometryDifficulty 5.5AIME, harderProve itUnited States
Problem:
An E-shape is a geometric figure in the two-dimensional plane consisting of three rays pointing in the same direction, along with a line segment such that - the endpoints of the rays all lie on the segment, - the segment is perpendicular to all three rays, - both endpoints of the segment are endpoints of rays. Suppose two E-shapes intersect each other N times in the plane for some positive integer N. Compute the maximum possible value of N.
Solution
Solution:
Define a C-shape to be an E-shape without the middle ray. Then, an E-shape consists of a ray and a C-shape. Two C-shapes can intersect at most 6 times, a C-shape and a ray can intersect at most 2 times, and two rays can intersect at most 1 time. Thus, the number of intersections of two E-shapes is at most 6+2+2+1=11.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.