Difference between revisions of "2017 UNCO Math Contest II Problems/Problem 9"

(Created page with "== Problem == == Solution == == See also == {{UNCO Math Contest box|year=2017|n=II|num-b=8|num-a=9}} Category:Intermediate Geometry Problems")
 
(Problem)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
  
 +
<asy>
 +
 +
pair A=dir(0),B=dir(80),C=dir(160),D=dir(310),O=(0,0);
 +
draw(circle(O,1),black);
 +
draw(A--B--C--D--A--C--B--D);
 +
 +
</asy>
 +
 +
Suppose n points on the circumference of a circle
 +
are joined by straight line segments in all possible ways
 +
and that no point that is not one of the original n points
 +
is contained in more than two of the segments. How
 +
many triangles are formed by the segments? Count all
 +
triangles whose sides lie along the segments, including
 +
triangles that overlap with other triangles. For example,
 +
for n = 3 there is one triangle and for n = 4 (shown
 +
in the diagram) there are 8 triangles.
  
 
== Solution ==
 
== Solution ==

Revision as of 01:17, 20 May 2017

Problem

[asy]  pair A=dir(0),B=dir(80),C=dir(160),D=dir(310),O=(0,0); draw(circle(O,1),black); draw(A--B--C--D--A--C--B--D);  [/asy]

Suppose n points on the circumference of a circle are joined by straight line segments in all possible ways and that no point that is not one of the original n points is contained in more than two of the segments. How many triangles are formed by the segments? Count all triangles whose sides lie along the segments, including triangles that overlap with other triangles. For example, for n = 3 there is one triangle and for n = 4 (shown in the diagram) there are 8 triangles.

Solution

See also

2017 UNCO Math Contest II (ProblemsAnswer KeyResources)
Preceded by
Problem 8
Followed by
Problem 9
1 2 3 4 5 6 7 8 9 10
All UNCO Math Contest Problems and Solutions