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

Level up your Sum-Based 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: sum-based coding for competitive exams, how to solve sum-based coding, sum-based 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 Sum-Based Coding
Worksheet 4 of 10 (33% complete)

Question 1

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'BEAR's code?
Sum calculation: B=2 + E=5 + A=1 + R=18 = 26

Question 2

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'EAGLE's code?
Sum calculation: E=5 + A=1 + G=7 + L=12 + E=5 = 30

Question 3

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'HORSE's code?
Sum calculation: H=8 + O=15 + R=18 + S=19 + E=5 = 65

Question 4

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'DOG's code?
Sum calculation: D=4 + O=15 + G=7 = 26

Question 5

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'BIRD's code?
Sum calculation: B=2 + I=9 + R=18 + D=4 = 33

Question 6

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'FROG's code?
Sum calculation: F=6 + R=18 + O=15 + G=7 = 46

Question 7

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'HORSE's code?
Sum calculation: H=8 + O=15 + R=18 + S=19 + E=5 = 65

Question 8

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'HORSE's code?
Sum calculation: H=8 + O=15 + R=18 + S=19 + E=5 = 65

Question 9

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'DOG's code?
Sum calculation: D=4 + O=15 + G=7 = 26

Question 10

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'DOG's code?
Sum calculation: D=4 + O=15 + G=7 = 26

Question 11

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'EAGLE's code?
Sum calculation: E=5 + A=1 + G=7 + L=12 + E=5 = 30

Question 12

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'WOLF's code?
Sum calculation: W=23 + O=15 + L=12 + F=6 = 56

Question 13

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'ZEBRA's code?
Sum calculation: Z=26 + E=5 + B=2 + R=18 + A=1 = 52

Question 14

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'FROG's code?
Sum calculation: F=6 + R=18 + O=15 + G=7 = 46

Question 15

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'BEAR's code?
Sum calculation: B=2 + E=5 + A=1 + R=18 = 26

Question 16

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'ZEBRA's code?
Sum calculation: Z=26 + E=5 + B=2 + R=18 + A=1 = 52

Question 17

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'HORSE's code?
Sum calculation: H=8 + O=15 + R=18 + S=19 + E=5 = 65

Question 18

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'DOG's code?
Sum calculation: D=4 + O=15 + G=7 = 26

Question 19

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'CAT's code?
Sum calculation: C=3 + A=1 + T=20 = 24

Question 20

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'ZEBRA's code?
Sum calculation: Z=26 + E=5 + B=2 + R=18 + A=1 = 52
Previous Worksheet Next Worksheet