2018 AMC 8 Problems/Problem 23
Contents
Problem 23
From a regular octagon, a triangle is formed by connecting three randomly chosen vertices of the octagon. What is the probability that at least one of the sides of the triangle is also a side of the octagon?
Solutions
Solution 1
Choose side "lengths" for the triangle, where "length" is how many vertices of the octagon are skipped between vertices of the triangle, starting from the shortest side, and going clockwise, and choosing
if the triangle is isosceles:
, where either [
and
] or [
(but this is impossible in an octagon)].
Options are: with
in { 0,5 ; 1,4 ; 2,3 ; 3,2 ; 4,1 }, and
with { 1,3 ; 2,2}.
of these have a side with length 1, which corresponds to an edge of the octagon. So, our answer is
Solution 2
We will use constructive counting to solve this. There are cases: Either all
points are adjacent, or exactly
points are adjacent.
If all points are adjacent, then we have
choices. If we have exactly
adjacent points, then we will have
places to put the adjacent points and
places to put the remaining point, so we have
choices. The total amount of choices is
.
Thus, our answer is .
Solution 3
We can decide adjacent points with
choices. The remaining point will have
choices. However, we have counted the case with
adjacent points twice, so we need to subtract this case once. The case with the
adjacent points has
arrangements, so our answer is
.
Solution 4 (Stars and Bars)
Let point of the triangle be fixed at the top. Then, there are
ways to choose the other
points. There must be
spaces in the points and
points themselves. This leaves
extra points to be placed anywhere. By stars and bars, there are
triangle points (
) and
extra points (
) distributed so by the stars and bars formula,
, there are
ways to arrange the bars and stars. Thus, the probability is
.
Solution 5 (Casework)
We select a vertex of the octagon; this will be the first vertex of our triangle. Define the of a vertex from another to be the minimum number of edges that one must travel on to get from one vertex to the other. There are three distinct cases; the second vertex is a distance of 1 away from the selected vertex (i.e. they are adjacent), the second vertex is a distance of 2 away from the selected vertex, or the second vertex is a distance of 3 or more away from the selected vertex. We consider each of these cases separately.
Case 1: The first two chosen vertices are adjacent.
There is a chance of selecting a point that is adjacent to the one we have chosen. In this case, any choice of the third vertex will result in a triangle that shares at least one side with the given octagon. Thus, this case has a
case of giving us a triangle that fulfills the conditions given in the problem.
Case 2: There is a distance of 2 between the first two chosen vertices.
There is a chance of selecting a vertex that is a distance of 2 away from the first vertex. In this case, there are three vertices that will create a triangle that satisfies the condition in the problem (the one that is adjacent to both of the first two selected vertices and the two that are adjacent to only one of the first two selected vertices). There is a
chance of selecting one of these three vertices from the remaining six. Thus, this case has a
chance of giving us a triangle that fulfills the conditions given in the problem.
Case 3: There is a distance of 3 or more between the first two chosen vertices.
There is a chance of selecting a vertex that is a distance of 3 or more away from the first vertex. In this case, there are four vertices (the two adjacent to each of the first two vertices) that may be chosen to satisfy the problem's condition. There is a
chance of selecting one of these four vertices from the remaining six. Thus, this case has a
chance of giving us a triangle that fulfills the conditions given in the problem.
Summing the probabilities from each of the individual cases, we find that there is a chance of acquiring a triangle which shares at least one side with the octagon.
~cxsmi
Solution 6
We begin by finding the total number of triangles that can be formed from the 8 vertices of a regular octagon. This is simply
So there are 56 possible triangles.
We want the probability that a randomly chosen triangle has at least one side that is also a side of the octagon.
We consider two cases:
Case 1: The triangle shares two sides with the octagon. This happens when the triangle is formed by three consecutive vertices of the octagon. There are 8 such sets of consecutive vertices, so there are 8 such triangles.
Case 2: The triangle shares exactly one side with the octagon.
Each side of the octagon can be used in such a triangle. For a fixed side (say ), the third vertex must not be adjacent to either
or
(to avoid forming a triangle with two octagon sides). There are 4 such choices for the third vertex, giving 4 triangles per side. With 8 sides, the total is
triangles in this case.
Adding both cases, the number of triangles that share at least one side with the octagon is
Thus, the desired probability is
Instead of counting the desired cases directly, we count the number of triangles that do not share any side with the octagon.
Label the vertices of the octagon as in order. Consider triangle
. This triangle does not include any side of the octagon, since
,
, and
are all chords that skip at least one vertex.
In general, a triangle with no side on the octagon must consist of three non-consecutive vertices, with none of the triangle’s sides being edges of the polygon.
By examining all such configurations, we find there are 16 triangles with no sides on the octagon (this count can be verified through casework or geometric symmetry).
Therefore, the number of triangles that do share at least one side with the octagon is
and the desired probability is again
Recommendation for Competitions
Method 1 is more straightforward to explain and typically easier to compute quickly, especially with a diagram. Method 2 is a bit more abstract but can be faster if you recognize the complementary counting strategy. Both approaches lead to the same answer.
~ aoum
Solution 7
Firstly, we calculate the amount of all possible triangles. It is . Then, we consider how many triangles have at least a edge which is also the edge of octagon.
If the triangle shares only one edge with the octagon, fix an edge, we can choose different vertices for the triangle. Thus, there are
possible triangles. If the triangle shares its two edges with the octagon, obviously, there are only
possible triangles.
.
Solution 8
We split into two cases:
Case 1: Exactly one side is chosen. There are 4 lines that each contain 1 side of the octagon, and there are 8 points on the octagon. Thus, the total number of such lines is: \begin{align} 8 \cdot 4 &= 32. \end{align}
Case 2: Exactly two sides are chosen. The number of ways to choose 2 points on the octagon is: \begin{align} \binom{8}{1} &= 8. \end{align}
Adding the results from both cases, the total is: \begin{align} 32 + 8 &= \boxed{40}. \end{align}
This is the numerator. To find the denominator we do . Thus, our final answer is
.
-jb2015007
-FrankensteinQuixoteCabin
Video Solution by OmegaLearn
https://youtu.be/5UojVH4Cqqs?t=2678
~ pi_is_3.14
Video Solutions
https://www.youtube.com/watch?v=VNflxl7VpL0
~savannahsolver
See Also
2018 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 22 |
Followed by Problem 24 | |
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 AJHSME/AMC 8 Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.