Which of following numbers is NOT divisible by 11?
- (a)109153
- (b)5445
- (c)80124
- (d)128041
Answer
Why
Correct — D. Rule: add the digits in odd places counting from the right, add the digits in even places, subtract. A number is divisible by 11 only if that difference is 0 or a multiple of 11.
128041
Odd places: 1 + 0 + 2 = 3
Even places: 4 + 8 + 1 = 13
Difference = 3 − 13 = −10
−10 is not a multiple of 11, so 128041 is not divisible → option (d).
Long division agrees: 11 × 11640 = 128040, remainder 1.
Why the others are wrong
- (a)109153 — Divisible, so not the answer. Odd places 3 + 1 + 0 = 4 against even places 5 + 9 + 1 = 15, a difference of −11, and 109153 = 11 × 9923.
- (b)5445 — Divisible, so not the answer. 5 + 4 = 9 against 4 + 5 = 9, a difference of 0, which always passes, and 5445 = 11 × 495.
- (c)80124 — Divisible, so not the answer. Odd places 4 + 1 + 8 = 13 against even places 2 + 0 = 2, a difference of 11 exactly, and 80124 = 11 × 7284.
Concept
The test for 11 comes from 10 ≡ −1 (mod 11). Each place value alternates in sign, so a number reduces to (sum of digits in odd places) − (sum of digits in even places).
If that alternating sum is 0, ±11, ±22 and so on, the number is divisible. Otherwise the alternating sum is the remainder, up to a multiple of 11 — here −10, which is the same as remainder 1.
Direction does not matter. Starting the count from the left flips the sign of the difference, and a multiple of 11 stays a multiple of 11 either way.
The question asks which number is NOT divisible, so three of the four options are built to pass the test and only the odd one out is the answer.
Key facts
- Divisibility by 11: (sum of digits in odd places from the right) − (sum in even places) must be 0 or a multiple of 11.
- The rule follows from 10 ≡ −1 (mod 11), which makes consecutive place values alternate in sign.
- 128041 gives 3 − 13 = −10, so it leaves remainder 1 on division by 11.
- The other three divide exactly: 109153 = 11 × 9923, 5445 = 11 × 495, 80124 = 11 × 7284.
Study next
Common traps
- Adding all the digits, which is the test for 3 and 9 rather than for 11.
- Losing the sign and passing −10 because 10 looks close to 11.
- Answering with the first number that divides, when the question asks for the one that does not.
The commoner form supplies a missing digit: 7845K854 on 9 Sep 2024, 16:00, Quant Q.9 and 6954P on 17 Sep 2024, 16:00, Quant Q.10. The pick-the-one-that-fails form is asked on 19 Sep 2024, 12:30, Quant Q.19.
Related PYQs
No directly related past PYQ was found.