A point is randomly picked from inside the rectangle with vertices , , , and . What is the probability that ?
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
Inside the 4-by-1 rectangle, x < y only in the small triangle above the line y = x, which has area 1/2 out of 4.
Solution
The rectangle has area . The condition describes the points above the line .
Inside the rectangle, never exceeds , so forces as well. The line enters at and leaves the rectangle at ; the region above it is the right triangle with vertices , , , with legs of length and area .
The probability is .
The answer is .
Why this works
A uniformly random point turns probability into area: favorable area over total area. Sketching the boundary line and noting where it exits the region is the whole problem; most of the wide rectangle lies to the right of , where is impossible.
The trap
Comparing the triangle to the unit square it sits in (area 1) and answering 1/2, instead of to the whole rectangle of area 4.
Common mistakes
- Comparing the triangle to the unit square it sits in (area 1) and answering 1/2, instead of to the whole rectangle of area 4.
- Assuming the line splits the rectangle into two equal halves, which is only true for a square.
Techniques
Cut the figure into known shapes (triangles, rectangles, sectors)