Fast Calculation [sum] problem

  • Context:
  • Thread starter Thread starter susanto3311
  • Start date Start date
  • Tags Tags
    Calculation Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
susanto3311
Messages
73
Reaction score
0
hello all...

would you help me out, how to sum 3 questions problem..

please, see my picture attachment..

thanks for your helping...

susanto3311
 

Attachments

  • 3 sum question problem.png
    3 sum question problem.png
    2.3 KB · Views: 103
Mathematics news on Phys.org
There are 3 formulas you can use here:

[box=blue]
Summation Formulas

$$\sum_{k=1}^n\left(k\right)=\frac{n(n+1)}{2}\tag{1}$$

$$\sum_{k=1}^n\left(k^2\right)=\frac{n(n+1)(2n+1)}{6}\tag{2}$$

$$\sum_{k=1}^n\left(k^3\right)=\left(\frac{n(n+1)}{2}\right)^2\tag{3}$$[/box]

Can you identify $n$ in each case and find the sums?