Find the sum of all 2 digit numbers which are divisible by 2 and 15.
[AP, Ezie]
Answers
Many people get confused because of 'and,' 'or.' The difference between them is the first requires all conditions, the last one requires just at least one condition. This confusion also exists in equation solving.
As cannot be and at the same time.
Here, we need to find the sum of numbers divisible by 2 'and' 15. What if it were divisible by 2 'or' 15? To get rid of confusion, I tried both below.
The numbers are divisible by 2 and 15. Find the sum of such two-digit numbers.
We need to find the sum of integers that are both divisible by 2 and 15.
Such numbers have two factors 2 and 15. Now, we know that the number contains both 2 and 15.
Such numbers are the multiples of . (explained in the attachment)
The algebraic form of the A.P. is , and we know that .
Such are .
The multiples of 30 of two digits are 30, 60, and 90.
Hence, the sum of such numbers is 180.
The numbers are divisible by 2 or 15. Find the sum of such two-digit numbers.
The numbers divisible by 2 or 15 are their multiples.
The universal set of numbers are numbers between 10 and 99, including two ends. (explained in the attachment)
Now, we know that the possible multiples of 2 are . For multiples of 15, it is . For multiples of 30, it is .
We know that .
Such for are in . For , it requires , and for it requires .
A series stands for the sum of the sequence.
Here it is denoted as summation notation.
However, we know that .
In conclusion, the sum of such numbers is 2355.
Thank you for reading!
Answer:
To find the sum of all 2-digit numbers that are divisible by both 2 and 15, we need to find the multiples of the least common multiple (LCM) of 2 and 15, which is 30.
The first 2-digit number divisible by 30 is 30 itself, and the last one is 90. So, we need to find the sum of all the multiples of 30 between 30 and 90.
To do this, we can use the formula for the sum of an arithmetic series:
S = (n/2)(a + l)
where S is the sum of the series, n is the number of terms, a is the first term, and l is the last term.
In this case, a = 30, l = 90, and the common difference is 30, so we can find n as follows:
l = a + (n - 1)d
90 = 30 + (n - 1)30
60 = 30(n - 1)
n - 1 = 2
n = 3
So, there are three 2-digit numbers that are divisible by both 2 and 15: 30, 60, and 90.
The sum of these numbers is:
30 + 60 + 90 = 180
Therefore, the sum of all 2-digit numbers that are divisible by both 2 and 15 is 180.