Logo
Published on

Indexing with sigma notation

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

Given

k=1n(3k1)=119,\sum_{k=1}^{n}(3k-1)=119,

find nn.


Hints

Split the sum into 3k13\sum k - \sum 1.


Solutions

k=1n(3k1)=3n(n+1)2n=3n2+n2.\sum_{k=1}^{n}(3k-1)=3\cdot\frac{n(n+1)}{2}-n=\frac{3n^2+n}{2}.

Set equal to 119119:

3n2+n2=119    3n2+n238=0.\frac{3n^2+n}{2}=119 \implies 3n^2+n-238=0. Δ=1+2856=2857.\Delta=1+2856=2857.

This is not a perfect square, so there is no integer nn with exact value 119119.


Further Readings


Connect with me