Hi
This is a standard recurrence problem.
No two lines are parallel and no 3 are concurrent.
Ln means the number of regions , n line(s) have divided into.
Observe that L0= 1. That is no line means one plane.
L1=2. one line divides the plane into 2 regions. similarly
L2=4,
L3=7 etc....( draw and verify!)
Observing the pattern we conclude that
Ln=Ln-1+ n for n> 0
= Ln-2+(n-1)+n ( this technique is called unfolding)
= Ln-3+(n-2)+(n-1)+1
= .........................
= L0+1+2+3+.............+(n-2)+(n-1)+n
= 1 + Sn where Sn= 1+2+.......+(n-1)+n
=1+ n(n+1)/2 ( u get the proof in many textbooks)
Hence the total no. of regions 17 lines divide are
17 * (17+1) /2 +1
154.
Cheers!