For each positive interger n, define R(n) to be number of regions into which n lines, no two are parallel and no three of which intersect at the same point, divide the line.
Determine a forumla for R(n) and prove by induction it is true for all positive n integers...
I got a couple formulas but I don't know how to do the induction part...it's like...r(n) = n(n+1)/2 + 1 or r(n) = r(n-1) + n or r(n+1) = r(n) + n + 1...
which one do I use? how do I do the induction? thanks
2007-09-16
05:05:45
·
2 answers
·
asked by
keromon
1
in
Science & Mathematics
➔ Mathematics
Is there anyway I can contact you? Or you being able to explain the steps to do it? I'm really confused on this problem, been trying to figure it out for the past 2 days.
2007-09-16
05:29:03 ·
update #1