Computer Science, asked by archanaapadmavathi, 15 hours ago

draw a flowchart to find the sum of even and odd numbers from first 20 natural numbers​

Answers

Answered by p1952349
1

Answer:

We have to find the sum n terms of the AP 1,2,3,...

Here

a=1,d=1.

Therefore, Required sum S

n

=

2

n

[2a+(n−1)d]=

2

n

[2×1+(n−1)×1]

⇒S

n

=

2

n

[2+n−1]

⇒S

n

=

2

n(n+1)

...(1)

Put n=20 in (1), we get

S

20

=

2

20(20+1)

=210

Was this answer helpful?

Similar questions