यदि PALE का संकेत 7865 है और EARTH का संकेत 58432 है, तब ALERT का संकेत होगा
सही उत्तर: (C) 86543
यह एक प्रत्यक्ष प्रतिस्थापन कूटन (coding) समस्या है, जिसमें प्रत्येक अक्षर प्रदत्त प्रतिमानों के आधार पर एक विशिष्ट अंक को इंगित करता है:
- P=7, A=8, L=6, E=5 (PALE से)
- E=5, A=8, R=4, T=3, H=2 (EARTH से)
इन मानों का उपयोग करते हुए ALERT का मानचित्रण करने पर: A=8, L=6, E=5, R=4, T=3 प्राप्त होता है, जिसके परिणामस्वरूप 86543 उत्तर आता है। अन्य विकल्प त्रुटिपूर्ण हैं क्योंकि वे दोनों शब्दों में समान अक्षरों 'A', 'L', 'E', और 'R' द्वारा स्थापित सुसंगत अंक मानचित्रण को बनाए रखने में विफल रहते हैं।
In English (Question & Model Answer)
If PALE is coded as 7865 and EARTH as 58432, then ALERT is coded as
Correct Answer: (C) 86543
This is a direct substitution coding problem where each letter corresponds to a unique digit based on the provided patterns:
- P=7, A=8, L=6, E=5 (from PALE)
- E=5, A=8, R=4, T=3, H=2 (from EARTH)
Mapping ALERT using these values: A=8, L=6, E=5, R=4, T=3, resulting in 86543. Other options are incorrect because they fail to maintain the consistent digit mapping established by the common letters 'A', 'L', 'E', and 'R' across both given words.