8
General Intelligence and Reasoning
• Coding and Decoding
यदि “ROAD” का कूट “*4@#” और “READ” का कूट “*7@#” है, तो “RAOD” का कूट क्या होगा?
If “ROAD” is coded as “*4@#” and “READ” as “*7@#”, what is the code for “RAOD”?
सही उत्तर: C
Correct Answer: C
दोनों उदाहरणों से R = *, A = @ और D = # ज्ञात होता है। ROAD में O = 4 है। इसलिए RAOD में R, A, O, D के कूट क्रमशः *, @, 4, # होंगे, अर्थात् *@4#।
The examples show that R = *, A = @, D = # and O = 4. Therefore, RAOD is coded as *@4#.