GEOMETRIC PROBABILITY
Probability computed as a ratio of lengths, areas, or volumes — turning "pick a random point" questions into geometry problems.
Overview
Geometric probability replaces the classic "count favorable outcomes / count total outcomes" formula with a continuous version: probability = (measure of favorable region) / (measure of total region), where "measure" means length for intervals, area for 2-D regions, and volume for 3-D regions. Instead of counting discrete outcomes, you sketch a region, shade the favorable part, and compute the ratio.
The AMC loves this topic because problems look algebraic but are actually geometry puzzles. A typical question says "two numbers are chosen at random in " — that's a random point in the unit square — and then asks for a probability that translates into the area of some shaded polygon or curved region. Pairing geometric probability with coordinate geometry (finding where two lines meet, computing triangle area from vertices) is the key combination.
The most famous template is the meeting problem: two people each arrive at a random time in some interval, wait a fixed time, and you want the probability they overlap. Drawing arrival times as coordinates on a square immediately converts the question into an area calculation.
Key facts
-
Length ratio (1-D). If a point is chosen uniformly on a segment of length , the probability it falls in a sub-segment of length is . Use when: a single number is chosen from an interval.
-
Area ratio (2-D). If a point is chosen uniformly inside a region of area , the probability it falls in a sub-region of area is . Use when: two independent numbers are chosen (place them as coordinates), or a dart is thrown at a board.
-
Meeting problem setup. Alice arrives at time , Bob at time . They meet if (wait time). Plot in the square; the favorable band has area , so Use when: two people arrive independently and each waits a fixed time.
-
Complementary area. . Shading the complement is often simpler — two right-triangle corners appear frequently. Use when: the unfavorable region is made of clean triangles.
-
Circles inside rectangles. If a circle of radius is inscribed in or overlaid on a rectangle of area , the probability a random point hits the circle is (or the appropriate sector fraction). Use when: "bull's-eye" or concentric-circle problems appear.
Worked example 1
Problem. A number is chosen uniformly at random from . What is the probability that is within units of ?
Solution. "Within 3 units of 8" means , i.e., . Intersecting with our interval gives , a segment of length .
The key step is clipping the favorable segment to the actual interval before computing the ratio.
Worked example 2
Problem. Alice and Bob each arrive uniformly at random during a 1-hour window minutes. Each waits exactly minutes. What is the probability they meet?
Solution. Plot Alice's arrival time on the horizontal axis and Bob's on the vertical axis. The sample space is the square with area .
They meet when , i.e., the shaded band around the main diagonal. The unfavorable region consists of two right triangles, each with legs .
Check via formula: . ✓
Common traps
-
Forgetting to clip. When the favorable condition extends past the boundary of the total region, intersect with the boundary first. For "within of " on , the raw interval is , but it must be clipped to , giving length and probability . Using the full unclipped length would give , which is plainly wrong.
-
Mixing up which region to shade. Sketch first, shade second. Labeling the favorable region before calculating its area prevents computing the complementary area by mistake.
-
Missing the factor of 2 in the meeting problem. The two corner triangles are mirror images of each other; both must be subtracted. Writing explicitly reminds you of this.
-
Treating a 2-D problem as 1-D. "Two numbers chosen independently" means a point in a 2-D square, not a point on a line. The sample space has area , not length .
-
Curved-region errors. When the favorable region is bounded by a circle or parabola, don't estimate — compute the area with the correct formula ( for circles). Approximating then simplifying can give a wrong fraction answer.