Difference between revisions of "1973 USAMO Problems/Problem 3"
m (→Solution) |
(LaTeX housekeeping) |
||
Line 3: | Line 3: | ||
==Solution== | ==Solution== | ||
− | There are <math>2n+1 | + | There are <math>\binom{2n+1}{3}</math> ways how to pick the three vertices. We will now count the ways where the interior does NOT contain the center. These are obviously exactly the ways where all three picked vertices lie among some <math>n</math> consecutive vertices of the polygon. |
− | We will count these as follows: We will go clockwise around the polygon. We can pick the first vertex arbitrarily (<math>2n+1</math> possibilities). Once we pick it, we have to pick <math>2</math> out of the next <math>n-1</math> vertices (<math>n-1 | + | We will count these as follows: We will go clockwise around the polygon. We can pick the first vertex arbitrarily (<math>2n+1</math> possibilities). Once we pick it, we have to pick <math>2</math> out of the next <math>n-1</math> vertices (<math>\binom{n-1}{2}</math> possibilities). |
Then the probability that our triangle does NOT contain the center is | Then the probability that our triangle does NOT contain the center is | ||
Line 10: | Line 10: | ||
p | p | ||
= | = | ||
− | \frac{ (2n+1){n-1 | + | \frac{ (2n+1){\binom{n-1}{2}} }{ {\binom{2n+1}{3} } } |
= | = | ||
\frac{ (1/2)(2n+1)(n-1)(n-2) }{ (1/6)(2n+1)(2n)(2n-1) } | \frac{ (1/2)(2n+1)(n-1)(n-2) }{ (1/6)(2n+1)(2n)(2n-1) } |
Revision as of 13:47, 11 February 2009
Problem
Three distinct vertices are chosen at random from the vertices of a given regular polygon of sides. If all such choices are equally likely, what is the probability that the center of the given polygon lies in the interior of the triangle determined by the three chosen random points?
Solution
There are ways how to pick the three vertices. We will now count the ways where the interior does NOT contain the center. These are obviously exactly the ways where all three picked vertices lie among some consecutive vertices of the polygon. We will count these as follows: We will go clockwise around the polygon. We can pick the first vertex arbitrarily ( possibilities). Once we pick it, we have to pick out of the next vertices ( possibilities).
Then the probability that our triangle does NOT contain the center is
And then the probability we seek is
See also
1973 USAMO (Problems • Resources) | ||
Preceded by Problem 2 |
Followed by Problem 4 | |
1 • 2 • 3 • 4 • 5 | ||
All USAMO Problems and Solutions |