A is a 2-digit number with different digits. B is also a 2-digit number and is obtained by reversing the digits of A. If A - B is a multiple of 27, where A > B, how many such different A's are possible?
Correct Option: (b) 9
Let the 2-digit number A be represented as 10x + y, where x is the tens digit and y is the units digit (with x not equal to y and x, y in {1..9}). The number B obtained by reversing the digits is 10y + x. Given that A > B, which means x > y. The difference A - B = (10x + y) - (10y + x) = 9(x - y). We are given that A - B is a multiple of 27, so 9(x - y) is a multiple of 27, which implies (x - y) must be a multiple of 3. Since x and y are digits (0 to 9) and x > y, the possible integer values for the difference (x - y) can be 3, 6, or 9. Let's count the number of valid pairs (x, y) for each difference: 1. If x - y = 3: possible pairs (x, y) are (3,0), (4,1), (5,2), (6,3), (7,4), (8,5), (9,6) -> 7 pairs. 2. If x - y = 6: possible pairs (x, y) are (6,0), (7,1), (8,2), (9,3) -> 4 pairs. 3. If x - y = 9: possible pairs (x, y) are (9,0) -> 1 pair. Total number of different numbers A = 7 + 4 + 1 = 12? Wait, let's re-read carefully: B is a 2-digit number, which means the tens digit of B (which is y) cannot be 0! If y = 0, then B becomes a 1-digit number (e.g., if A = 30, B = 03 = 3, which is not a 2-digit number). Therefore, y must be greater than or equal to 1. Let's exclude cases where y = 0: 1. For x - y = 3: pairs are (4,1), (5,2), (6,3), (7,4), (8,5), (9,6) -> 6 pairs. 2. For x - y = 6: pairs are (7,1), (8,2), (9,3) -> 3 pairs. 3. For x - y = 9: no pair with y > 0 (since if y=0, x=9, y is 0). Total pairs = 6 + 3 = 9 pairs. Thus, there are 9 such different A's possible. Option (b) is correct.
हिंदी में प्रश्न एवं आदर्श उत्तर
A एक 2-अंकीय संख्या है, जिसके भिन्न अंक हैं। B भी एक 2-अंकीय संख्या है, जो A के अंकों को उलट (reverse) देने पर प्राप्त होती है। यदि A - B, 27 का एक गुणज है, जहाँ A > B है, तब ऐसे कितने भिन्न A संभव हैं?
सही उत्तर: (b) 9
मान लीजिए 2-अंकीय संख्या A = 10x + y है, जहाँ x दहाई का अंक और y इकाई का अंक है। अंकों को उलटने पर प्राप्त संख्या B = 10y + x है। दिया गया है कि A > 29, अर्थात् x > y। अंतर A - B = 9(x - y) है। प्रश्न के अनुसार A - B, 27 का गुणज है, अतः 9(x - y) 27 का गुणज होना चाहिए, जिसका अर्थ है कि (x - y) 3 का गुणज होना चाहिए। चूँकि B एक 2-अंकीय संख्या है, y का मान 0 नहीं हो सकता। चूँकि x > y और (x - y) 3 का गुणज है, संभावित अंतर 3 या 6 हो सकता है (9 नहीं हो सकता क्योंकि y=0 हो जाएगा)। 1. यदि x - y = 3, तो (4,1), (5,2), (6,3), (7,4), (8,5), (9,6) -> 6 युग्म। 2. यदि x - y = 6, तो (7,1), (8,2), (9,3) -> 3 युग्म। कुल संभव संख्याओं A की संख्या = 6 + 3 = 9 है। अतः विकल्प (b) सही है।