English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Assume that the n points are spaced so that no 3 line segments have a common intersection point inside the circle.
To start, if the answer is denoted R(n), note that R(2)=2, R(3)=4, R(4)=8

2006-09-27 17:58:05 · 2 answers · asked by Scott R 6 in Science & Mathematics Mathematics

NOTE TO Helmut:
You haven't performed any induction.
FYI: R(11) = 386

2006-09-27 18:26:43 · update #1

2 answers

i derived a recursive formula as:

f(n) = f(n-1) + (n-1)(n^2-5n+12)/6

eg: f(3) = 4 as we know

f(4) = 4 + 3*8/6 = 8
f(5) = 8 + 4*12/6 = 16
f(6) = 16 + 5*18/6 = 31 etc


hint: the above formula was derived from the relation:

s = (n-3) + 2 (n-4) + 3 (n-5) +...+ (n-2) (n-n)

so that f(n) = f(n-1) + s

====
Though this is recursive, one can easily derive an absolute expression....

2006-09-28 12:25:46 · answer #1 · answered by m s 3 · 1 0

By induction,
if r(2)=2, R(3)=4, R(4)=8, R(5)=16, then
R(n)=2^(n-1)

2006-09-28 01:09:19 · answer #2 · answered by Helmut 7 · 0 0

fedest.com, questions and answers