Digit Sum Coding Beginner-Intermediate Worksheet: Focus on common variations practice Digit Sum Coding BEGINNER INTERMEDIATE

Level up your Digit Sum Coding skills! You're at Worksheet 4 of 10 (33% through this series). This step-up challenge worksheet features 20 beginner-intermediate-level problems with a focus on common variations practice. Topics covered: digit sum coding for competitive exams, how to solve digit sum coding, digit sum coding tricks.

📝 Worksheet 4 of 10 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Beginner Intermediate level

What you'll learn in this worksheet:
Your progress through Digit Sum Coding
Worksheet 4 of 10 (33% complete)

Question 1

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'BAD' coded as?
Digit sum coding: B=2→digit_sum=2, A=1→digit_sum=1, D=4→digit_sum=4 → concatenated = 214

Question 2

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'BAD' coded as?
Digit sum coding: B=2→digit_sum=2, A=1→digit_sum=1, D=4→digit_sum=4 → concatenated = 214

Question 3

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'CAT' coded as?
Digit sum coding: C=3→digit_sum=3, A=1→digit_sum=1, T=20→digit_sum=2 → concatenated = 312

Question 4

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'CAT' coded as?
Digit sum coding: C=3→digit_sum=3, A=1→digit_sum=1, T=20→digit_sum=2 → concatenated = 312

Question 5

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'ACE' coded as?
Digit sum coding: A=1→digit_sum=1, C=3→digit_sum=3, E=5→digit_sum=5 → concatenated = 135

Question 6

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'BED' coded as?
Digit sum coding: B=2→digit_sum=2, E=5→digit_sum=5, D=4→digit_sum=4 → concatenated = 254

Question 7

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'ACE' coded as?
Digit sum coding: A=1→digit_sum=1, C=3→digit_sum=3, E=5→digit_sum=5 → concatenated = 135

Question 8

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'EGG' coded as?
Digit sum coding: E=5→digit_sum=5, G=7→digit_sum=7, G=7→digit_sum=7 → concatenated = 577

Question 9

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'FISH' coded as?
Digit sum coding: F=6→digit_sum=6, I=9→digit_sum=9, S=19→digit_sum=10, H=8→digit_sum=8 → concatenated = 69108

Question 10

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'DOG' coded as?
Digit sum coding: D=4→digit_sum=4, O=15→digit_sum=6, G=7→digit_sum=7 → concatenated = 467

Question 11

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'FISH' coded as?
Digit sum coding: F=6→digit_sum=6, I=9→digit_sum=9, S=19→digit_sum=10, H=8→digit_sum=8 → concatenated = 69108

Question 12

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'BED' coded as?
Digit sum coding: B=2→digit_sum=2, E=5→digit_sum=5, D=4→digit_sum=4 → concatenated = 254

Question 13

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'DOG' coded as?
Digit sum coding: D=4→digit_sum=4, O=15→digit_sum=6, G=7→digit_sum=7 → concatenated = 467

Question 14

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'ACE' coded as?
Digit sum coding: A=1→digit_sum=1, C=3→digit_sum=3, E=5→digit_sum=5 → concatenated = 135

Question 15

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'EGG' coded as?
Digit sum coding: E=5→digit_sum=5, G=7→digit_sum=7, G=7→digit_sum=7 → concatenated = 577

Question 16

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'ACE' coded as?
Digit sum coding: A=1→digit_sum=1, C=3→digit_sum=3, E=5→digit_sum=5 → concatenated = 135

Question 17

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'EGG' coded as?
Digit sum coding: E=5→digit_sum=5, G=7→digit_sum=7, G=7→digit_sum=7 → concatenated = 577

Question 18

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'BAD' coded as?
Digit sum coding: B=2→digit_sum=2, A=1→digit_sum=1, D=4→digit_sum=4 → concatenated = 214

Question 19

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'BAD' coded as?
Digit sum coding: B=2→digit_sum=2, A=1→digit_sum=1, D=4→digit_sum=4 → concatenated = 214

Question 20

If each letter is coded as the sum of digits of its position (A=1→1, B=2→2, ..., J=10→1+0=1...), what is 'BAD' coded as?
Digit sum coding: B=2→digit_sum=2, A=1→digit_sum=1, D=4→digit_sum=4 → concatenated = 214
Previous Worksheet Next Worksheet