the sum of integers from 1 to 300 which are divisible by 2 or 5
Answers
Given : integers from 1 to 300 which are divisible by 2 or 5
To find : Sum of integers
Solution :
integers from 1 to 300
Divisible by 2
2 , 4 , 6 , .........................................., 300
Sum
= 2+ 4 + 6 + .........................................+300
= 2(1 + 2 + 3 +.............................+ 150)
= 2 ( 150)(151)/2
= 22650
Divisible by 5
5 , 10 , 15 , .........................................., 300
Sum
= 5+ 10 + 15 + .........................................+300
= 5(1 + 2 + 3 +.............................+ 60)
= 5 (60)(61)/2
= 9150
Both contains number divisible by 10
Divisible by 10
10 , 20 , .........................................., 300
Sum
= 10 +20 + .........................................+300
= 10(1 + 2 + 3 +.............................+ 30)
= 10 (30)(31)/2
= 4650
sum of integers from 1 to 300 which are divisible by 2 or 5
= 22650 + 9150 - 4650
=27150
27150 is sum of integers from 1 to 300 which are divisible by 2 or 5
Learn more:
The sum of all integers between 200 and 800, which is divisible by 9 ...
https://brainly.in/question/12590445
find the sum of all integers from 100 to 400, which are divisible by ...
https://brainly.in/question/12947068
Given:
Find integers from 1 to 300 that are divisible by 2 or 5
To find:
Sum of integers=?
Solution :
Formula:
the number from 1 to 300, which is divisible by 2:
n=150, a=2, l=300
the number from 1 to 300, which is divisible by 5:
n=60, a=5, l=300
Now we calculate the value, which is not divisible by 10 so, the number from 1 to 300, which is not divisible by 10:
n=30, a=10, l=300
The sum of 1 to 300 integer numbers which are divisible by 2 or 5 is:
The final answer is "27,150".