Question
Question: If $T_r \in N; r \in N$, $\sum_{r=1}^{n} T_r = \frac{1}{5}(n^2 - 12n + 39)(4 \cdot 6^n - 5 \cdot 3^...
If Tr∈N;r∈N,
∑r=1nTr=51(n2−12n+39)(4⋅6n−5⋅3n+1),
Tr=3Tr−1+6r∀2≤r≤n, T1=6,
then the value of n, is equal to

6
Solution
The problem provides a recurrence relation for a sequence Tr and an expression for its sum Sn=∑r=1nTr. We need to find the value of n.
Step 1: Solve the recurrence relation for Tr. The given recurrence relation is Tr=3Tr−1+6r for 2≤r≤n, with T1=6. To solve this, divide by 3r: 3rTr=3r3Tr−1+3r6r 3rTr=3r−1Tr−1+2r Let Ur=3rTr. The recurrence relation transforms into: Ur=Ur−1+2rfor r≥2 First, find U1: U1=31T1=36=2 Now, express Ur as a sum: Ur=U1+∑k=2r2k Ur=2+(22+23+⋯+2r) The sum in the parenthesis is a geometric progression with first term a=22=4, common ratio R=2, and number of terms (r−1). The sum of this geometric progression is R−1a(Rr−1−1)=2−14(2r−1−1)=4(2r−1−1)=22⋅2r−1−4=2r+1−4. Substitute this back into the expression for Ur: Ur=2+(2r+1−4)=2r+1−2 Now, substitute back Ur=3rTr: 3rTr=2r+1−2 Tr=3r(2r+1−2)=3r⋅2⋅(2r−1) Tr=2⋅3r⋅2r−2⋅3r Tr=2⋅6r−2⋅3r Let's verify for T1: T1=2⋅61−2⋅31=12−6=6, which matches the given T1.
Step 2: Calculate the sum Sn=∑r=1nTr. Sn=∑r=1n(2⋅6r−2⋅3r) Sn=2∑r=1n6r−2∑r=1n3r Both sums are geometric progressions. For ∑r=1n6r: first term a1=6, common ratio R1=6. Sum is 6−16(6n−1)=56(6n−1). For ∑r=1n3r: first term a2=3, common ratio R2=3. Sum is 3−13(3n−1)=23(3n−1). Substitute these sums back into the expression for Sn: Sn=2⋅56(6n−1)−2⋅23(3n−1) Sn=512(6n−1)−3(3n−1) Sn=5126n−512−3⋅3n+3 Sn=5126n−3⋅3n+(3−512) Sn=5126n−3⋅3n+515−12 Sn=5126n−5153n+53 Factor out 51: Sn=51(12⋅6n−15⋅3n+3) Further factor out 3 from the terms inside the parenthesis: Sn=51⋅3⋅(4⋅6n−5⋅3n+1)
Step 3: Compare the derived Sn with the given Sn. The given sum is: Sn=51(n2−12n+39)(4⋅6n−5⋅3n+1) Comparing this with our derived sum: 51⋅3⋅(4⋅6n−5⋅3n+1)=51(n2−12n+39)(4⋅6n−5⋅3n+1) For this equality to hold, the coefficients of (4⋅6n−5⋅3n+1) must be equal (assuming (4⋅6n−5⋅3n+1)=0, which it is not for n∈N): 3=n2−12n+39
Step 4: Solve the quadratic equation for n. n2−12n+39−3=0 n2−12n+36=0 This is a perfect square trinomial: (n−6)2=0 n−6=0 n=6