Calculate the sum of the first 20 natural numbers.
Note
Use the formula n(n+1)/2 with n=20: 20×21/2 = 210, so the sum is 210.
Calculate the sum of the first 20 natural numbers.
Use the formula n(n+1)/2 with n=20: 20×21/2 = 210, so the sum is 210.