Problem:
A point is selected uniformly at random from the unit square . If the probability that is in is , where are relatively prime positive integers, compute .
, 2020
Solution
Solution:
Under the transformation , is mapped to a parallelogram with vertices , , , and . Using the shoelace formula, the area of this parallelogram is .
The intersection of the image parallelogram and is the quadrilateral with vertices , , , and . To get this quadrilateral, we take away a right triangle with legs and and a right triangle with legs and from the unit square. So the quadrilateral has area .
Then the fraction of the image parallelogram that lies within is , which is the probability that a point stays in after the mapping.
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.