Skip to main content
Back to Binomial Theorem
JEE Main 2020
Binomial Theorem
Binomial Theorem
Hard

Question

If 2nC3:nC3=10:1{ }^{2 n} C_{3}:{ }^{n} C_{3}=10: 1, then the ratio (n2+3n):(n23n+4)\left(n^{2}+3 n\right):\left(n^{2}-3 n+4\right) is :

Options

Solution

Key Concept: Combinations Formula

The number of ways to choose rr distinct items from a set of nn distinct items, without regard to the order of selection, is given by the combination formula: nCr=n!r!(nr)!{ }^{n} C_r = \frac{n!}{r!(n-r)!} where nn is a non-negative integer, rr is a non-negative integer, and 0rn0 \le r \le n. It's important to remember that nn must be greater than or equal to rr. If n<rn < r, the combination is undefined (or considered 0 depending on context, but typically undefined in direct calculation like this).

Setting Up the Equation

We are given the ratio of two combination terms: 2nC3:nC3=10:1{}^{2 n} C_{3}:{ }^{n} C_{3}=10: 1. This can be written as a fraction: 2nC3nC3=101\frac{{ }^{2 n} C_3}{{ }^{n} C_3} = \frac{10}{1}

Expanding and Simplifying Combinations

Now, we apply the combination formula to both the numerator and the denominator. For the numerator, 2nC3{}^{2 n} C_3, we have nnum=2nn_{num} = 2n and rnum=3r_{num} = 3: 2nC3=(2n)!3!((2n)3)!{ }^{2 n} C_3 = \frac{(2n)!}{3!((2n)-3)!} For the denominator, nC3{}^{n} C_3, we have nden=nn_{den} = n and rden=3r_{den} = 3: nC3=n!3!(n3)!{ }^{n} C_3 = \frac{n!}{3!(n-3)!}

Substitute these into our ratio equation: (2n)!3!(2n3)!n!3!(n3)!=101\frac{\frac{(2n)!}{3!(2n-3)!}}{\frac{n!}{3!(n-3)!}} = \frac{10}{1} To simplify the complex fraction, we can multiply the numerator by the reciprocal of the denominator: (2n)!3!(2n3)!×3!(n3)!n!=10\frac{(2n)!}{3!(2n-3)!} \times \frac{3!(n-3)!}{n!} = 10 Notice that 3!3! appears in both the numerator and the denominator, so they cancel out: (2n)!(2n3)!×(n3)!n!=10\frac{(2n)!}{(2n-3)!} \times \frac{(n-3)!}{n!} = 10

Next, we expand the factorials. Remember that k!=k×(k1)××1k! = k \times (k-1) \times \dots \times 1. We can also write k!=k×(k1)!k! = k \times (k-1)! or k!=k×(k1)×(k2)!k! = k \times (k-1) \times (k-2)!, and so on. This allows us to simplify ratios of factorials: (2n)!(2n3)!=2n×(2n1)×(2n2)×(2n3)!(2n3)!=2n(2n1)(2n2)\frac{(2n)!}{(2n-3)!} = \frac{2n \times (2n-1) \times (2n-2) \times (2n-3)!}{(2n-3)!} = 2n(2n-1)(2n-2) And similarly: n!(n3)!=n×(n1)×(n2)×(n3)!(n3)!=n(n1)(n2)\frac{n!}{(n-3)!} = \frac{n \times (n-1) \times (n-2) \times (n-3)!}{(n-3)!} = n(n-1)(n-2) So our equation becomes: 2n(2n1)(2n2)n(n1)(n2)=10\frac{2n(2n-1)(2n-2)}{n(n-1)(n-2)} = 10

Common Mistake Alert: Before simplifying further, ensure that n0n \ne 0, n1n \ne 1, n2n \ne 2. From the condition nrn \ge r, for nC3{}^{n} C_3 to be defined, nn must be at least 33. Also, for 2nC3{}^{2n} C_3 to be defined, 2n2n must be at least 33, which means nn must be at least 1.51.5. Combining these, nn must be an integer greater than or equal to 3. This means we can safely divide by nn, (n1)(n-1), and (n2)(n-2).

We can factor out a 2 from (2n2)(2n-2) in the numerator: 2n(2n1)×2(n1)n(n1)(n2)=10\frac{2n(2n-1) \times 2(n-1)}{n(n-1)(n-2)} = 10 Now, we can cancel out common terms nn and (n1)(n-1) from the numerator and denominator: 4(2n1)n2=10\frac{4(2n-1)}{n-2} = 10

Solving for 'n'

Now we solve the algebraic equation for nn. Multiply both sides by (n2)(n-2): 4(2n1)=10(n2)4(2n-1) = 10(n-2) Distribute the numbers on both sides: 8n4=10n208n - 4 = 10n - 20 Rearrange the terms to solve for nn. Subtract 8n8n from both sides: 4=2n20-4 = 2n - 20 Add 2020 to both sides: 16=2n16 = 2n Divide by 22: n=8n = 8

Let's double-check the validity of n=8n=8. For nC3=8C3{}^{n} C_3 = {}^{8} C_3, n=8r=3n=8 \ge r=3, which is valid. For 2nC3=16C3{}^{2n} C_3 = {}^{16} C_3, 2n=16r=32n=16 \ge r=3, which is valid. Thus, n=8n=8 is the correct value.

(Self-Correction/Common Mistake): In the original solution, a quadratic equation was derived and solved, yielding n=1n=1 and n=8n=8. The original solution correctly identifies n=1n=1 as "not valid" without a clear explanation. Let's explicitly explain why n=1n=1 is not valid: If n=1n=1, then the term nC3{}^{n} C_3 becomes 1C3{}^{1} C_3. According to the definition of combinations, nn must be greater than or equal to rr. Here, n=1n=1 and r=3r=3, so n<rn < r. Therefore, 1C3{}^{1} C_3 is undefined, making n=1n=1 an invalid solution for this problem. This step is crucial for understanding the domain of validity for combinatorial problems.

Calculating the Required Ratio

The problem asks for the ratio (n2+3n):(n23n+4)(n^2+3n) : (n^2-3n+4). Substitute the valid value n=8n=8 into this expression: n2+3nn23n+4=(8)2+3(8)(8)23(8)+4\frac{n^2+3n}{n^2-3n+4} = \frac{(8)^2 + 3(8)}{(8)^2 - 3(8) + 4} Calculate the numerator: 82+3(8)=64+24=888^2 + 3(8) = 64 + 24 = 88 Calculate the denominator: 823(8)+4=6424+4=40+4=448^2 - 3(8) + 4 = 64 - 24 + 4 = 40 + 4 = 44 So, the ratio is: 8844=2\frac{88}{44} = 2 This can be expressed as a ratio 2:12:1.

Summary and Key Takeaway

This problem effectively tests your understanding of the combinations formula and the conditions for its validity. The key steps involved expanding the combination terms using factorials, simplifying the resulting algebraic expression, and critically, verifying the validity of the solutions for nn within the context of combinations (i.e., nrn \ge r). Always remember to check the domain of validity for nn in combination problems, as algebraic solutions might yield values that are not combinatorially meaningful.

Practice More Binomial Theorem Questions

View All Questions