An autonomous delivery drone navigation system encodes geographic sector names into numerical strings for secure broadcasting. The sector name "DELTA" is transmitted as 46-44-30-14-52, and the sector name "BRAVO" is transmitted as 50-18-52-10-24. Based on this logic, which numerical string represents the sector name "EAGLE"?
- 44-52-40-30-44Answer
- B10-2-14-24-10
- C22-26-20-15-22
- D42-50-38-28-42
Answer
The string 44-52-40-30-44 correctly represents the sector name EAGLE.
The correct answer accurately applies the coding logic: it determines the reverse alphabetical position of each letter (found by subtracting the forward position from 27) and multiplies that value by 2. For the word EAGLE: E is 5th, so its reverse is 22 (22 × 2 = 44). A is 1st, reverse is 26 (26 × 2 = 52). G is 7th, reverse is 20 (20 × 2 = 40). L is 12th, reverse is 15 (15 × 2 = 30). Combining these gives 44-52-40-30-44.
Step-by-Step Solution
Key Concept
Reverse Alphabetical Indexing and Mathematical Transformation
Estimated Time:1m 30s