How many numbers from 1 to 300 are divisible by 7?
2021
How many numbers from 1 to 300 are divisible by 7?
- A.
51
- B.
33
- C.
42
- D.
37
Attempted by 95 students.
Show answer & explanation
Correct answer: C
To find the number of multiples of a given number (n) up to a limit (L), calculate the integer part of L/n.
In this problem, L = 300 and n = 7.
Calculate 300 / 7 which is approximately 42.857.
The integer part of this result is 42.
Therefore, there are exactly 42 numbers between 1 and 300 that are divisible by 7.
Final Answer: Option 3 (42)