Difference between revisions of "2013 AMC 10A Problems/Problem 25"
Countingkg (talk | contribs) (→Solution) |
Countingkg (talk | contribs) |
||
Line 22: | Line 22: | ||
// choose pen colors | // choose pen colors | ||
pen[] colors; | pen[] colors; | ||
− | colors[1] = | + | colors[1] = orange + 1.337; |
colors[2] = blue; | colors[2] = blue; | ||
− | colors[3] = | + | colors[3] = green; |
colors[4] = black; | colors[4] = black; | ||
for (int d=1; d<=4; ++d) { | for (int d=1; d<=4; ++d) { |
Revision as of 16:05, 8 February 2013
Problem
All 20 diagonals are drawn in a regular octagon. At how many distinct points in the interior of the octagon (not on the boundary) do two or more diagonals intersect?
Solution
If you draw a good diagram like the one below, it is easy to see that there are , points.
See Also
2013 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 24 |
Followed by Last Problem | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |