Sum-Based Coding

Sum-Based Coding codes a word by adding the position numbers of all its letters (A=1, B=2, ..., Z=26). The code is a single number representing the total sum. Reverse problems require listing possible letter combinations that sum to a given value.

10Worksheets
200+Practice Questions
BeginnerDifficulty
1-2 hoursHours to Master

Introduction to Sum-Based Coding

Sum-Based Coding codes a word by adding the position numbers of all its letters (A=1, B=2, ..., Z=26). The code is a single number representing the total sum. Reverse problems require listing possible letter combinations that sum to a given value.

Prerequisites

Alphabet positions (A=1 to Z=26) Basic addition of multiple numbers Quick mental math Letter-to-number conversion
Why This Matters: Sum-Based Coding appears in 1-2 questions in SSC CGL and Banking PO exams. It tests addition skills and alphabet position recall.

How to Solve Sum-Based Coding Problems

1

Step 1: Convert each letter of the word to its position number (A=1, B=2, ..., Z=26)

2

Step 2: Add all the position numbers together

3

Step 3: The total sum is the code for the word

4

Step 4: For reverse coding (given sum, find word), list possible letter combinations

5

Step 5: Verify the sum matches the given code

6

Step 6: Present the numeric code or decoded word

Pro Strategy: Sum the position numbers systematically. For three-letter words, average position = total/3 helps estimate. For reverse problems, use systematic trial with common letter combinations.

Example Problem

Example 1: Code 'CAT' as sum of letter positions. Solution: Step 1: C=3, A=1, T=20 Step 2: Sum = 3 + 1 + 20 = 24 Answer: 24 Example 2: If a word is coded as 35 and has letters J, _, _, find possible words. Solution: J=10, remaining sum=25. Possible pairs: A(1)+X(24), B(2)+W(23), C(3)+V(22), D(4)+U(21), E(5)+T(20), F(6)+S(19), G(7)+R(18), H(8)+Q(17), I(9)+P(16), J(10)+O(15), K(11)+N(14), L(12)+M(13) Answer: JAX, JBU, JCV, JDW, JET, JFS, JGR, JHQ, JIP, JJO, JKN, JLM

Pro Tips & Tricks

  • A=1, E=5, I=9, O=15, U=21 (vowel positions)
  • Sum of A to Z = 351 (useful for full alphabet sums)
  • For three-letter words, sum range: minimum AAA=3, maximum ZZZ=78
  • Common word sums: CAT=24, DOG=36, SUN=54, PEN=34
  • Use average position to estimate word length
  • Vowels contribute less than consonants typically

Shortcut Methods to Solve Faster

Sum = Σ(letter positions)
To find missing letter sum: remaining = total - sum of known
The average position = total sum ÷ number of letters
Words with same sum are called isograms (in sum sense)

Common Mistakes to Avoid

Using A=0 instead of A=1
Addition errors with larger numbers
Forgetting to convert all letters to numbers
Not considering that different letter combinations can give same sum

Ready to Master Sum-Based Coding?

Start with Worksheet 1 and work your way up to expert level! Each worksheet includes:

20 practice questions
Detailed solutions
Step-by-step explanations
Start Practicing Now