JEE Challenger
More from Permutations and Combinations

Sum of Prime Divisors of Polygon Vertices Triangle Count

Let PnP_n denote the total number of triangles formed by joining the vertices of an nn-side regular polygon. If Pn+1Pn=66P_{n+1} - P_n = 66, then the sum of all distinct prime divisors of nn is :

Options

A

7

B

8

C

5

Correct
D

6

Topics & Concepts

Step-by-Step Solution

To find the sum of all distinct prime divisors of nn, we first determine the value of nn using the properties of combinations.

The total number of triangles formed by joining the vertices of an nn-sided regular polygon is given by selecting any 3 vertices out of the nn available vertices: Pn=(n3)P_n = \binom{n}{3}

Similarly, for an (n+1)(n+1)-sided regular polygon, the number of triangles is: Pn+1=(n+13)P_{n+1} = \binom{n+1}{3}

We are given the relation: Pn+1Pn=66P_{n+1} - P_n = 66

Substituting the expressions for Pn+1P_{n+1} and PnP_n: (n+13)(n3)=66\binom{n+1}{3} - \binom{n}{3} = 66

Using Pascal's identity, (n+1k)(nk)=(nk1)\binom{n+1}{k} - \binom{n}{k} = \binom{n}{k-1}, we simplify the left side: (n2)=66\binom{n}{2} = 66

Expanding the combination: n(n1)2=66\frac{n(n-1)}{2} = 66 n(n1)=132n(n-1) = 132

Solving the quadratic equation: n2n132=0n^2 - n - 132 = 0 (n12)(n+11)=0(n - 12)(n + 11) = 0

Since nn represents the number of sides of a polygon, it must be a positive integer, so: n=12n = 12

Now, we perform the prime factorization of n=12n = 12: 12=22×312 = 2^2 \times 3

The distinct prime divisors of 1212 are 22 and 33.

The sum of all distinct prime divisors of nn is: 2+3=52 + 3 = 5

Hence, the correct option is C.

Sum of Prime Divisors of Polygon Vertices Triangle Count | Mathematics PYQ Solution - JEE Challenger