Key Concepts and Formulas
This problem primarily relies on the properties of binomial coefficients, specifically the identity that allows us to simplify expressions involving r⋅nCr. The two crucial identities are:
-
Identity for r⋅nCr:
r⋅nCr=n⋅n−1Cr−1
This identity is derived from the definition of binomial coefficients:
r⋅r!(n−r)!n!=r⋅r⋅(r−1)!(n−r)!n!=(r−1)!(n−r)!n!=n⋅(r−1)!(n−r)!(n−1)!=n⋅n−1Cr−1.
It's particularly useful when dealing with sums like ∑r⋅nCr or ∑r2⋅nCr.
-
Sum of Binomial Coefficients:
∑r=0nnCr=nC0+nC1+…+nCn=2n
This represents the total number of subsets of a set with n elements.
Step-by-Step Solution
We are asked to evaluate the sum S=12⋅(15C1)+22⋅(15C2)+32⋅(15C3)+…+152⋅(15C15).
This can be written in summation notation as:
S=∑r=115r2⋅15Cr
Note that the sum starts from r=1 because for r=0, the term r2⋅15C0 would be 02⋅1=0, so including it or excluding it does not change the sum.
Step 1: Apply the Identity r⋅nCr=n⋅n−1Cr−1
We can rewrite r2⋅15Cr as r⋅(r⋅15Cr).
Using the identity r⋅nCr=n⋅n−1Cr−1 with n=15, we get:
r⋅15Cr=15⋅14Cr−1.
Substitute this back into the sum:
S=∑r=115r⋅(15⋅14Cr−1)
We can take the constant 15 outside the summation:
S=15∑r=115r⋅14Cr−1
Step 2: Express r as (r−1)+1 and Split the Sum
To further simplify the term r⋅14Cr−1, we use a common technique: express r in terms of (r−1), matching the lower index of the binomial coefficient.
r=(r−1)+1
Substitute this into the sum:
S=15∑r=115((r−1)+1)⋅14Cr−1
Now, split the sum into two parts:
S=15[∑r=115(r−1)14Cr−1+∑r=11514Cr−1]
Step 3: Evaluate the First Sum: ∑r=115(r−1)14Cr−1
Let's evaluate the first part of the expression inside the brackets: ∑r=115(r−1)14Cr−1.
Let j=r−1. When r=1, j=0. When r=15, j=14.
The sum transforms to:
∑j=014j⋅14Cj
The term for j=0 is 0⋅14C0=0, so we can start the sum from j=1:
∑j=114j⋅14Cj
Now, apply the identity j⋅NCj=N⋅N−1Cj−1 with N=14:
=∑j=11414⋅13Cj−1
Take the constant 14 outside the sum:
=14∑j=11413Cj−1
Again, let k=j−1. When j=1, k=0. When j=14, k=13.
The sum becomes:
=14∑k=01313Ck
Using the identity ∑k=0NNCk=2N with N=13:
=14⋅213
Step 4: Evaluate the Second Sum: ∑r=11514Cr−1
Now, let's evaluate the second part inside the brackets: ∑r=11514Cr−1.
Let j=r−1. When r=1, j=0. When r=15, j=14.
The sum transforms to:
∑j=01414Cj
Using the identity ∑j=0NNCj=2N with N=14:
=214
Step 5: Combine the Results
Substitute the results from Step 3 and Step 4 back into the expression for S:
S=15[(14⋅213)+(214)]
To simplify, factor out the common term 213:
S=15[14⋅213+2⋅213]
S=15⋅213(14+2)
S=15⋅213⋅16
Since 16=24:
S=15⋅213⋅24
S=15⋅217
Step 6: Prime Factorization and Final Answer
We need to express S in the form 2m⋅3n⋅5k.
Prime factorize 15: 15=3⋅5.
So,
S=(3⋅5)⋅217
S=217⋅31⋅51
Comparing this with 2m⋅3n⋅5k, we identify the exponents:
m=17
n=1
k=1
The question asks for the value of m+n+k:
m+n+k=17+1+1=19
Tips and Common Mistakes
- Understanding Binomial Identities: Memorize or be able to quickly derive key binomial identities like r⋅nCr=n⋅n−1Cr−1. These are fundamental for simplifying such sums.
- Adjusting Summation Limits: When performing substitutions like j=r−1 or k=j−1, always remember to adjust the limits of the summation accordingly. A common error is forgetting to change the lower or upper bounds, which can lead to incorrect results.
- Careful with Algebra: Pay close attention to factoring out common terms and simplifying powers of two. Small arithmetic errors can lead to the wrong final answer.
- Recognizing ∑nCr=2n: This identity is frequently used in binomial theorem problems. Ensure you can apply it correctly.
Summary and Key Takeaway
This problem demonstrates a classic approach to evaluating sums involving r2⋅nCr by iteratively applying the identity r⋅nCr=n⋅n−1Cr−1 and judiciously splitting terms. The key is to reduce the power of r by repeated application of the identity until the sum can be evaluated using the basic sum of binomial coefficients, ∑nCr=2n. The final value of m+n+k is 19.