Skip to the question
JEE MainMathematics
Reviewed by official_key
+4 marks1 if incorrectNumericalpyq

Permutations and Combinations: Mathematics | JEE Main

Number of 4-digit numbers that are less than or equal to 28002800 and either divisible by 33 or by 1111 , is equal to
Your answer stays private

What feels right?

No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.

Type the value - units or words beside it are fine.

Choose one answer
Source and academic review
Question type
Numerical
Exam relevance
JEE Main · Mathematics
Concepts assessed
Mathematics
Academic status
Reviewed by official_key
Source
pyq
Editorial review
9 September 2026

Students also ask

Why do we subtract floor(999/k) instead of floor(1000/k)?

To count the number of integers in [a,b][a, b] divisible by kk, we take the number of multiples up to bb, which is b/k\lfloor b/k \rfloor, and subtract the number of multiples up to a1a-1, which is (a1)/k\lfloor (a-1)/k \rfloor. Since 4-digit numbers start at 1000, a=1000a=1000, so a1=999a-1 = 999.