a nice sum 2

Calculus Level 1

what is the answer?

29.6 55.8 25.4 27.5

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.

4 solutions

Nihar Mahajan
Dec 28, 2014

sum of nos. from 1 to n = n * (n +1) / 2

here, n = 10

substituting n = 10 we get ,

x = 10 * 11 / 2

x = 55

so , x / 2 = 55 / 2 = 27.5 :)

x = 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 = 55 x=1+2+3+4+5+6+7+8+9+10=55

x 2 = 55 2 = 27.5 \dfrac{x}{2}=\dfrac{55}{2}=27.5

Brock Brown
Dec 28, 2014
1
2
3
4
5
6
total = 0
n = 1
while n <= 10:
    total += n
    n += 1
print "Answer:", float(total)/2

Rostam Dana
Dec 28, 2014

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...