Question:

In a certain code, if CAT is coded as 24 and DOG is coded as 26, how is PEN coded?

Show Hint

For coding problems, identify the pattern by summing letter positions (A=1, Z=26) and check for additional constants if the sum doesn’t match options.
Updated On: Jun 24, 2025
  • 36
  • 35
     

  • 40
  • 42
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

To solve the problem, we need to identify the pattern used to code the words "CAT" and "DOG" as numbers and then apply it to the word "PEN".

1. Understanding the Concepts:

- Each letter has a position in the alphabet (A=1, B=2, ..., Z=26).
- The code seems to be a numerical value derived from the letters in the word.

2. Analyze the Given Codes:

- CAT: C(3), A(1), T(20) → Sum = 3 + 1 + 20 = 24
- DOG: D(4), O(15), G(7) → Sum = 4 + 15 + 7 = 26

3. Apply to "PEN":

- P(16), E(5), N(14)
Sum = 16 + 5 + 14 = 35

Final Answer:

"PEN" is coded as 35.

Was this answer helpful?
2
5