answersLogoWhite

0


Best Answer

Upon adding the even and odd numbers from 1 to 20, you should arrive at the sum of 210.

=====

...QBASIC program...

sumTotal% = 0

CLS

PRINT "PROGRAM: Add numbers 1 to 20"

PRINT

PRINT "Number", "Total"

PRINT

FOR eachLoopNo% = 1 TO 20

PRINT eachLoopNo%,

sumTotal% = sumTotal% + eachLoopNo%

PRINT sumTotal%

NEXT

PRINT "Sum total ="; sumTotal%

...Output...

PROGRAM: Add numbers 1 to 20

Number Total

1 1

2 3

3 6

4 10

5 15

6 21

7 28

8 36

9 45

10 55

11 66

12 78

13 91

14 105

15 120

16 136

17 153

18 171

19 190

20 210

Sum total = 210

Press any key to continue...

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When you add the even and odd numbers from 1 to 20?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When you add the odd numbers from 1 to 20 total sum of 100 how you make the 5 digits of odd numbers so the total comes to 50?

5 odd numbers CAN'T add up to an even number like 50


What 5 odd numbers add up to 20?

25


What are 5 odd numbers added up that equal up to 20?

There is no such combination to form an even no. 20 by combing 5 odd nos. as odd+odd=even even +even=evenodd+even=odd even+odd=odd adding 5 odd like


How many odd numbers are between 20 and 100?

There are 40 odd numbers between 20 and 100. Remember that an odd number is every second number. There are 80 numbers between 20 and 100, so there are 40 odd numbers and 40 even numbers.


If the sum of two numbers is even then the two numbers must be even?

If the sum of two numbers is even, the two numbers are either both even or both odd. A few examples:2 + 4 = 6 (even + even = even)2 + 3 = 5 (even + odd = odd)5 + 2 = 7 (odd + even = odd)7+13 = 20 (odd + odd = even)


Is 20 a odd number?

No.. All the numbers end with 0,2,4,6,8 are EVEN NUMBERSso 20 is an even number....


What is 20 as a product of prime numbers is even or odd?

2 x 2 x 5 = 20 20 is even.


When you add the odd numbers from 1 to 20 total sum of 100 . How you make the two groups of odd numbers so the total comes to 50?

There have to be an even number of odd numbers in each group, and each group must have more than two odd numbers (since 19 + 17 is only 36); thus there must be four in one group and six in the other. There are many ways to get four odd numbers to add up to to 50; for example, you could take 1, 13, 17 and 19. The remaining six odd numbers will then also add up to 50.


the product of two even numbers is even and the product of odd numbers is odd explain with an example?

Any number, regardless of odd or even, if multiplied by an even number, is always even. Ex: 4x6 is 24 4x5 is 20 5x5 is 25


What is the difference between the two odd numbers right after 20?

The difference is 2. (23 - 21 = 2).If we are talking about two odd numbers that come right after the number 20 then we mean the two consecutive odd numbers after 20.The difference between any consecutive odd numbers (or between any consecutive even numbers) is always 2.


What are the first 20 odd numbers?

The first 20 odd numbers are: 13579111315171921232527293133353739.


How many odd numbers are in 40?

There are 20 odd numbers in 40.