Let f(n) be the number of regions in which n coplanar circles can divide the plane. If it is known that each pair of circles intersect at two different points and no three of them have a common point of intersection, then
A
f(20)=382
Right on! Give the BNAT exam to get a 100% scholarship for BYJUS courses
B
f(n) is always an even number
Right on! Give the BNAT exam to get a 100% scholarship for BYJUS courses
C
f−1(92)=10
Right on! Give the BNAT exam to get a 100% scholarship for BYJUS courses
D
f(n) can be odd
No worries! We‘ve got your back. Try BYJU‘S free classes today!
Open in App
Solution
The correct options are Af(20)=382 Bf(n) is always an even number Cf−1(92)=10 The number of regions for ′n′ circles be f(n). Clearly, f(1)=2. Now, f(n)=f(n−1)+2(n−1),∀n≥2 ⇒f(n)−f(n−1)=2(n−1) Putting n=2,3,...,n, we get f(n)−f(1)=2(1+2+3+...n−1)=(n−1)n ⇒f(n)=n(n−1)+2=(n2−n+2) (which is always even) ⇒f(20)=202−20+2=382 Also, n2−n+2=92 ⇒n2−n−90=0⇒n=10.