[Math] the number of segments in the picture

algebra-precalculuscombinatoricsgraph theory

i have no Idea how i can do this. I guess it is 8*8 = 64, but that isn't the right answer:

What is the number of segments in the picture below? Each segment joins two circles.

Picture

Best Answer

Look at the middle line of points formed by the intersections of the line segments. Count how many segments run through each point, counting the left- and rightmost points as having one segment intersecting them.

annotated

Each consecutive point will have one more segment intersecting it than the last until you get to the middle; then the number works its way back down. You will notice that if you count this way, you will not count any segment more than once, since a segment cannot intersect more than one point.

$$1+2+3+4+5+6+7+7+6+5+4+3+2+1 = 56$$

As you might have guessed, this is equivalent to

$$\begin{align} & (7+1)+(6+2)+(5+3)+(4+4)+(3+5)+(2+6)+(1+7) \\ &= 8+8+8+8+8+8+8 \\ &= 8\cdot 7 \\ &= (\text{# top circles})\times(\text{# bottom circles})\end{align}$$