what is the sum of all even numbers from 1 to 701
Answers
From the above details, we have to find the total of all even numbers exactly from 1 to 701.
If we calculate the even numbers manually it will takes more time duration.
The calculation will goes like 2+ 4+ 6+ 8+ 10+ .............+ 696+ 698 + 700.
We can simplified the process by 700/2=350. The next step is 350*351=122850.
The sum of all even numbers from 1 to 701 is 122850.
Given: even numbers from 1 to 701
To find: Sum of all even numbers from 1 to 701
Formula used:
nth term of an A.P, = a + (n - 1)d
Sum of nth terms ,
Here,a = first term, a_n = nth term, d = common Difference, l = last term ( = l)
Solution:
Step 1: Write even numbers from 1 to 701:
2, 4, 6, 8, 10, 12…………..698, 700.
Here, a = 2 , d = 2 , = 700
Step2: Find the number of terms, n:
By using the formula , = a + (n - 1)d
700 = 2 + (n - 1) × 2
700 = 2 + 2n - 2
700 = 2n
n =
n = 350
Number of terms,n = 350
Step3: Find the sum of even numbers from 1 to 701:
By using the formula, Sum of nth terms, =
=
[n = 350, l = 700]
= 175 × 702
= 122850
Hence, the sum of all even numbers from 1 to 701 is 122850.
Learn more on Brainly:
Find the sum of all the even integers between 101 and 999
https://brainly.in/question/4511813
Find the sum of all natural numbers between 1 and 100,which are divisible by 3.
https://brainly.in/question/2694247
#SPJ3