Puzzle | Circle Division by Six Straight Lines

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
  • Two lines divide the circle into four parts.
circle_8
  • Three lines divide the circle into seven unequal parts.
circle_9
  • Four lines cut the circle into eleven parts.
circle_10
  • Using five lines, circle can be divided into sixteen parts.
circle_11
  • Finally, using six lines the maximum parts that can be formed are 22.

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

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

circle_12
Comment