Animated Solution for Mathematics - Permutations and Combinations: n−1Cr=(k2−8)nCr+1 if and only if :
Select Answer:
Visualized Solution
Analyze the Given Equation
Given equation: n−1Cr=(k2−8)nCr+1
We need to find the range of k for which this relation is valid.
The variables n and r represent standard combinatorial parameters.
Identify the Combinatorial Identity
Recall the identity: nCr+1=r+1nn−1Cr
This formula relates a combination of n items to a combination of n−1 items.
It is derived from the factorial definition of combinations.
Substitute the Identity
Substitute nCr+1 into the original equation:
n−1Cr=(k2−8)(r+1nn−1Cr)
Simplify the Equation
Cancel n−1Cr from both sides (since n−1Cr=0):
1=(k2−8)r+1n
Isolate k2−8
Rearrange the equation to isolate the term with k:
k2−8=nr+1
Determine Constraints on r and n
For n−1Cr to be defined, we must have:
0≤r≤n−1
Find the Range of r+1
Add 1 to the inequality 0≤r≤n−1:
0+1≤r+1≤n−1+1
1≤r+1≤n
Find the Range of nr+1
Divide the inequality by n (where n>0):
n1≤nr+1≤nn
Since n1>0, we have: 0<nr+1≤1
Set Up Inequality for k2−8
Substitute k2−8 back into the range:
0<k2−8≤1
Solve for k2
Add 8 to all parts of the inequality:
0+8<k2<1+8
8<k2≤9
Final Range of k
Take the square root (considering k>0 as per options):
8<k≤9
22<k≤3
The correct option is (A).
00:00 / 00:00
The Sigma Insight: Combinations and Selection
Analyzing the Setup
Welcome, future engineers! Today, we are going to dissect a problem that perfectly encapsulates the spirit of JEE Advanced. It is not about brute-forcing calculations; it is about recognizing the hidden structure within the symbols.
When you look at an equation like n−1Cr=(k2−8)nCr+1, your first instinct might be to expand the factorials. Stop! Take a breath. If you start writing out
r!(n−r−1)!(n−1)!
you are walking into a trap. Let us look for the elegance instead.
The Bridge of Identities
At first glance, this equation looks like a messy algebraic relationship involving combinations. But look closer at the relationship between n−1Cr and nCr+1. These are not random terms; they are neighbors in the Pascal triangle.
We need a bridge. The identity
nCr+1=r+1n⋅n−1Cr
is our bridge. Why does this work? Think about the definition of combinations:
nCr+1=(r+1)!(n−r−1)!n!
If you manipulate this, you will see it naturally reduces to
r+1n×n−1Cr
By substituting this, we transform our equation into
1=(k2−8)r+1n
The Simplification
Now, notice how the complexity collapses. We have n−1Cr on both sides. Since we are dealing with valid combinations, we know $^{n-1}C_r
eq 0$.
We can safely divide both sides by this term. Suddenly, the equation becomes much friendlier:
1=(k2−8)r+1n
Our goal is to isolate the term containing k. Rearranging this, we get
k2−8=nr+1
This is the turning point. The problem is no longer about combinations; it is about the range of a variable. We have successfully reduced a complex combinatorial equation into a simple algebraic inequality.
The Constraint Trap
This is where the JEE Advanced examiners test your maturity. We have the expression
nr+1
What are the bounds for this? We know that for n−1Cr to be defined, r must satisfy the condition 0≤r≤n−1.
This is the constraint that many students miss. By manipulating this inequality, we add 1 to all parts to get 1≤r+1≤n. Then, dividing by n, we obtain
n1≤nr+1≤1
Since n is a positive integer, n1 is always greater than 0. Therefore, we have the strict inequality 0<nr+1≤1.
Final Calculation
Now, we substitute this back into our expression for k. We have
0<k2−8≤1
Adding 8 to all parts, we get
8<k2≤9
Finally, taking the square root—and keeping in mind that we are looking for positive values of k—we arrive at 8<k≤9, which simplifies beautifully to
22<k≤3
This is the beauty of mathematics. We started with a daunting equation, used a fundamental identity to simplify it, respected the domain constraints, and arrived at a clean, elegant solution. Keep this mindset: look for the identity, respect the constraints, and the answer will reveal itself.