If I draw 8 parallel lines on a piece of paper, into how many non-overlapping regions will the lines divide the paper?

423 Views Asked by At

Question and Answer Both Give Here

I tried to do this sum by visualizing myself drawing 8 parallel lines of a paper. I can't visualize how many non overlapping region will form. And I don't know whether I should consider the edges of the paper as parallel lines or not.

Please Explain like you're teaching a kid. (Started Maths From Scratch!) Help is much appreciated!

2

There are 2 best solutions below

1
On

If you draw $1$ line then you create $2$ regions.

Every new parallel line will split up an existing region in $2$ regions, so will make the total number of regions increase with $1$.

0
On

The base case is an empty sheet: before you draw any line, you have $1$ region.

Then, every new line, not crossing or overlapping another lines, divides a region in which it is drawn into two, hence increasing the total number of regions by $1$. Eventually, after drawing $n$ lines you have $1+n$ regions.