answersLogoWhite

0

1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 = (20 x (20 + 1))/2 = 210

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

The sum of two numbers is 21 The difference of the two numbers is19 What are the two numbers?

20 and 1. 20 + 1 = 21 20 - 1 = 19


What is the sum of counting numbers from 1 to 20?

Well, honey, the sum of counting numbers from 1 to 20 is 210. You add up 1 + 2 + 3... all the way to 20 and you get your answer. So, go ahead and impress your friends with your newfound math knowledge.


How do you write a program in Q basic to print the sum of the even numbers from 1 to 20 in reverse order?

To write a program in QBasic that prints the sum of the even numbers from 1 to 20 in reverse order, you can follow these steps: DIM sum AS INTEGER sum = 0 FOR i = 20 TO 2 STEP -2 sum = sum + i NEXT i PRINT "The sum of even numbers from 1 to 20 is: "; sum This program initializes the sum to zero, iterates from 20 down to 2 in steps of -2 (to capture even numbers), adds each even number to the sum, and finally prints the result.


8 Sum of the numbers from 1 to 20 is?

(1 + 20) x (20/2) ie 210


What is the sum of the squares of the first 20 natural number1 to 20?

The sum of the squares of the first 20 natural numbers 1 to 20 is 2,870.


What is the sum of the squares of the first 20 natural numbers 1 to 20?

The sum of the first N square numbers is: N*(N+1)*(2N+1)/6 So putting N = 20 gives 2870.


What is the sum of the odd prime numbers from 1-20?

It is 75.


What are the two numbers If the sum of two numbers is 21 The difference of two numbers is 19?

1 and 20.


The sum of two numbers is 10 and their product is 20 find the sum of the reciprocal of the number?

Suppose the numbers are x and y Then the sum of their reciprocals is 1/x + 1/y = y/xy + x/xy = (y+x)/xy = 10/20 = 1/2


What is the sum between -5 and 20?

The sum of -5 and 20 is 15. The distance between -5 and 20 is 25. The sum of the numbers between -5 and 20 is 180. The sum of the numbers from -5 to 20 is 195.


What is the unit digit of the sum of the prime numbers between 20 and 50?

It is 1.


What is the sum of the numbers 21 to100?

Without just going and doing the addition, you can use this formula:Sum of 1 to N is: (N+1)*N/2. So take sum of [1 to 100], then subtract off the sum of [1 to 20], and you'll have left the sum [21 to 100].Sum [1-100] = (100+1)*100/2 = 5050. Sum[1-20] = (20+1)*20/2 = 210.So 5050 - 210 = 4840