Correct option is B
Given:
Numbers: 384, 673, 543, 236, 741
Logic: Operation: Add 2 to the first digit of each number. Check if (first digit) is exactly divisible by (second digit).
384 → first = 3 + 2 = 5, second = 8 → 5 ÷ 8 → No
673 → first = 6 + 2 = 8, second = 7 → 8 ÷ 7 → No
543 → first = 5 + 2 = 7, second = 4 → 7 ÷ 4 → No
236 → first = 2 + 2 = 4, second = 3 → 4 ÷ 3 → No
741 → first = 7 + 2 = 9, second = 4 → 9 ÷ 4 → No
No one number's will the first digit be exactly divisible by the second digit.
Thus, the correct answer is (B) 0.