Difference between revisions of "1973 Canadian MO Problems/Problem 4"
m (→Problem) |
m (→Problem) |
||
Line 7: | Line 7: | ||
pair C=dir(120-(40)*(k+2)); | pair C=dir(120-(40)*(k+2)); | ||
D(A--B); | D(A--B); | ||
− | |||
A=B;B=C; | A=B;B=C; | ||
} | } | ||
− | |||
for(int k=0;k<3;++k) | for(int k=0;k<3;++k) | ||
{ | { | ||
Line 18: | Line 16: | ||
D(A1--B1); | D(A1--B1); | ||
D(A1--C1); | D(A1--C1); | ||
+ | } | ||
+ | for(int k=0;k<9;++k) | ||
+ | { | ||
+ | pair A=dir(120+(40)*(k)); | ||
+ | MP("P_{"+string(k)+"}",A,11,A); | ||
} | } | ||
</asy> | </asy> |
Latest revision as of 17:24, 8 October 2014
Problem
The figure shows a (convex) polygon with nine vertices. The six diagonals which have been drawn dissect the polygon into the seven triangles: . In how many ways can these triangles be labeled with the names so that is a vertex of triangle for ? Justify your answer.
Solution
See also
1973 Canadian MO (Problems) | ||
Preceded by Problem 3 |
1 • 2 • 3 • 4 • 5 | Followed by Problem 5 |