Puzzle | Circle Division by Six Straight Lines (original) (raw)

Last Updated : 27 Apr, 2026

Given a Circle and Six Straight Lines. What is the maximum number of pieces that one can cut the circle using these six straight lines?

circle_1

Check if you were right - full answer with solution below.

**Solution:

Using six lines, we can cut the circle into 22 pieces at maximum.

Using one line, the circle can be divided into two parts.

circle_2

circle_8

circle_9

circle_10

circle_11

**We can find out the number of pieces using a mathematical formula also:

**Number of pieces = 1 + (n*(n+1)/2)

circle_12