Which of the following is/are identical to the address given: Sunil Kumar 21/4, Ashok Vihar, Delhi, 110052 1. Sunil Kumar 21/4, Ashok Vihar, Delhi, 1100522 2. Sunil Kumar 21/4, Ashok Vihar, Delhi, 110052 3. Sunil Kumar 21/4, Ashok Vihar, New Delhi, 110052 4. Sunil Kumar 21/4, Ashok Vihar, Delhi, 110053
- (a)1 Only
- (b)3 Only
- (c)2 Only
- (d)4 Only
Answer
Why
Correct — C.
Rule: check each line against the given address, field by field.
1: PIN 1100522 has a seventh digit.
2: matches in every character.
3: reads New Delhi, not Delhi.
4: PIN ends 110053, not 110052.
Only 2 is identical → option (c).
Why the others are wrong
- (a)1 Only — Address 1 ends 1100522, seven digits against the given six. The extra 2 comes after a correct-looking 110052, which is what hides it.
- (b)3 Only — Address 3 reads New Delhi where the given address reads Delhi. The task compares text, so an added word breaks the match.
- (d)4 Only — Address 4 ends 110053. One changed digit in the PIN is enough to break the match.
Concept
Here a reference address is given, and each numbered line is checked against it, not against each other. Compare field by field: name, house number, locality, city, PIN.
The changes are an extra PIN digit (1100522), an added word (New Delhi) and a changed last digit (110053). Address 2 has none of them.
Delhi and New Delhi may sit on the same map, but this task compares the printed text, not geography.
Key facts
- An Indian PIN code has six digits, so 1100522 cannot match 110052.
- Adding a word such as New to a city name makes the address a different string.
- A single changed digit in a PIN breaks the match.
Study next
Common traps
- Reading 1100522 as 110052 because its first six digits agree
- Accepting New Delhi as a match for Delhi
15 Sep 2025, 16:00, Reasoning Q.10 changes a city name the same way, Gurugram for Gurgaon, keyed 1 and 4.
12 Sep 2025, 09:00, Reasoning Q.11 hides its differences in Sector-12, a dropped comma and 201302, keyed 1.
Related PYQs
No directly related past PYQ was found.