Open In App

Puzzle | Maximum pieces that can be cut from a Circle using 6 straight lines

PUZZLE:

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?



SOLUTION:



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

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

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

Article Tags :