i = 0 ∑ ∞ j = 0 ∑ ∞ k = 0 ∑ ∞ 3 i 3 j 3 k 1 = b a ; i = j = k
Given the above, where a and b are coprime positive integers, find a + b .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Required cases = (All cases) - (i=j, j=k, i=k) + 2(i=j=k)
All cases means no conditions on i,j,k. The second term of the above expressions subtracted the case of i=j=k thrice. Since it only needs to be subtracted once, we add twice that case.
∑ i = 0 ∞ a i = 1 − a 1 for a ≤ 1 .
Hence, All cases = ( 1 − 3 1 1 ) 3 = ( 2 3 ) 3 = 8 2 7
If i=j, the sum becomes ∑ k = 0 ∑ i = 0 3 k 9 i 1 = 2 3 × 1 − 9 1 1 = 1 6 2 7
If i=j=k, then the sum becomes ∑ i = 0 2 7 i 1 = 2 6 2 7
Put them in the very first equation to get the answer as 2 0 8 8 1
Use (\displaystyle) in front of summation to get the limits above the Sigma symbol.
\displaystyle \sum_{i=0}^\infty = i = 0 ∑ ∞
Log in to reply
Yeah I know that, used it in the question. I was just too lazy while writing this solution😂
Log in to reply
Then just type it down once and just Copy-Paste....as simple as that !!↖(^ω^)↗
When you say i = j = k in the question, it does not imply that i = k .
Problem Loading...
Note Loading...
Set Loading...
\begin{aligned} \sum_{i = 0}^\infty \sum_{\substack{j = 0\\ i \ne j \ne k}}^\infty \sum_{k = 0}^\infty \frac 1{3^i 3^j 3^k} & = \sum_{i = 0}^\infty \sum_{j = 0}^\infty \sum_{k = 0}^\infty \frac 1{3^i 3^j 3^k} - \underbrace{\sum_{i = j = 0}^\infty \sum_{k = 0}^\infty \frac 1{3^{2i} 3^k}}_{S_1} - \underbrace{\sum_{i = 0}^\infty \sum_{j = k = 0}^\infty \frac 1{3^i 3^{2j}}}_{S_1} - \underbrace{\sum_{k=i = 0}^\infty \sum_{j= 0}^\infty \frac 1{3^j 3^{2k}}}_{S_1} + 2 \underbrace{\sum_{i=j=k=0}^\infty \frac 1{3^{3i}}}_{S_2} & \small \color{#3D99F6} \text{Since every }S_1 \text{ has an }S_2, \\ & = \sum_{i = 0}^\infty \frac 1{3^i} \sum_{j = 0}^\infty \frac 1{3^j} \sum_{k = 0}^\infty \frac 1{3^k} - 3 \sum_{i = 0}^\infty \frac 1{3^i} \sum_{j = 0}^\infty \frac 1{9^j} + 2 \sum_{i = 0}^\infty \frac 1{3^i} \frac 1{27^i} & \small \color{#3D99F6} \text{we need to add back }2 S_2. \\ & = \left(\frac 1{1-\frac 13}\right)^3 - 3 \left(\frac 1{1-\frac 13} \right) \left(\frac 1{1-\frac 19} \right) + 2 \left(\frac 1{1-\frac 1{27}} \right) \\ & = \frac {27}8 - 3 \cdot \frac 32 \cdot \frac 98 + 2 \cdot \frac {27}{26} = \frac {81}{208} \end{aligned}
Therefore, a + b = 8 1 + 2 0 8 = 2 8 9 .