Find the sum of all odd 3 digit numbers which are divisible by 5.
Answers
The sum of all odd three digit numbers which are divisible by 5 is 49500.
Step-by-step explanation:
The three digit numbers which are divisible by 5 are
105, 115, 125, 135, ... ..., 995
This forms an Arithmetic Progression, whose
- first term = 105
- common difference = 115 - 105 = 10
- last term = 995
Let, 995 be the nth term of the progression.
So, nth term = first term + (n - 1) × common difference
⇒ 995 = 105 + (n - 1) × 10
⇒ 995 = 105 + 10n - 10
⇒ 995 = 95 + 10n
⇒ 10n = 900
⇒ n = 90
Thus there are 90 terms in our required progression.
Now, the required sum
= (first term + last term)
= (105 + 995)
= 45 × 1100
= 49500
#SPJ3
Answer:
Step-by-step explanation:
Concept Introduction:
Here we will use Arithmetic Progression Concept to solve the question.
Given Information:
The numbers whose sum will be divisible by are all odd digit numbers.
To Find:
We have to find the sum of all odd digit numbers which are divisible by .
Solution:
We need all 3 digit numbers i.e. least range is and best range is .
Numbers should be divisible by .So,
The nth term of A.P. is,
By substituting the value in this equation, we will get
The value of n is
The Sum of n terms of A.P. is,
Substitute the values in the equation to get the value .
The sum of all odd digit numbers is which are divisible by .
#SPJ2