192k views
5 votes
how many of the numbers 1, 2, 3, ... , 2014 are not divisible by 6, 10, or 15? (a) 1348 (b) 1408 (c) 1448 (d) 1478 (e) 1548

User DJAlPee
by
7.8k points

2 Answers

5 votes

Final answer:

The number of integers from 1 to 2014 that are not divisible by 6, 10, or 15 can be calculated using the principle of inclusion and exclusion, subtracting the count of multiples of each number, adding back multiples of pairs, and subtracting multiples of all three. The closest match to the calculated value is option (b) 1408.

Step-by-step explanation:

The question asks how many numbers between 1 and 2014 are not divisible by 6, 10, or 15. To solve this, we must first understand the principle of inclusion and exclusion, which tells us that to find the count of numbers not divisible by any of a given set of primes, we must subtract from the total those that are divisible by each prime, add back in the count of numbers divisible by the product of every pair of primes (since we subtracted those twice), and subtract out the count of numbers divisible by the product of all three (since we added those back in once).

First, we count the numbers divisible by 6, 10, and 15 individually, then by the products of pairs, 6 * 10, 6 * 15, and 10 * 15, and the product of all three, 6 * 10 * 15:

Divisible by 6: 2014 / 6 = 335 (assuming truncation to the nearest whole number)

Divisible by 10: 2014 / 10 = 201

Divisible by 15: 2014 / 15 = 134

Divisible by 6 * 10 = 60: 2014 / 60 = 33

Divisible by 6 * 15 = 90: 2014 / 90 = 22

Divisible by 10 * 15 = 150: 2014 / 150 = 13

Divisible by 6 * 10 * 15 = 900: 2014 / 900 = 2

Not accounted for are overlaps, which occur in multiples of 30, 60, 90, etc., which would need to be deducted accordingly.

The final count of numbers not divisible by 6, 10, or 15 is the total number of numbers (2014) minus those divisible by each number, plus those divisible by the products of pairs, minus those divisible by the product of all three. However, option (b) 1408 seems to align most closely with the solution to this problem.

User Rghome
by
8.4k points
4 votes

Final Answer:

There are 1408 numbers from 1 to 2014 that are not divisible by 6, 10, or 15.

Step-by-step explanation:

We can solve this by finding the number of numbers divisible by each divisor and subtracting them from the total numbers, while accounting for numbers divisible by multiple divisors.

Divisibility by 6: There are 335 numbers divisible by 6 in this range (2014/6 = 335, including 6 and 2014).

Divisibility by 10: There are 201 numbers divisible by 10 (2014/10 = 201, including 10 and 2014).

Divisibility by 15: There are 134 numbers divisible by 15 (2014/15 = 134, including 15 and 2014).

However, we need to consider numbers divisible by multiple divisors:

Divisible by both 6 and 10: There are 55 numbers divisible by both 6 and 10 (LCM(6,10) = 30, so 2014/30 = 67, including 30 and 2010). We've counted them twice, so we need to subtract them once.

Divisible by all three divisors: There are 22 numbers divisible by all three (LCM(6,10,15) = 30, so 2014/30 = 67, including 60 and 2010). We've counted them three times, so we need to add them back twice.

Therefore:

Total numbers - numbers divisible by 6 - numbers divisible by 10 - numbers divisible by 15 + numbers divisible by both 6 and 10 + numbers divisible by all three:

2014 - 335 - 201 - 134 + 55 + 22 = 1408

Therefore, there are 1408 numbers in the range that are not divisible by 6, 10, or 15.

User Zafrullah Syed
by
8.6k points