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
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.