Position Sum - Intermediate Level: tricky scenarios handling Position Sum INTERMEDIATE

This expert challenge 📈 worksheet focuses on Position Sum - a key topic in Coding Decoding. You'll solve 20 intermediate-level problems (Worksheet 5 of 10). The primary focus is on tricky scenarios handling. Master how to solve position sum, position sum tricks, and position sum shortcut methods through systematic practice.

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

What you'll learn in this worksheet:
Your progress through Position Sum
Worksheet 5 of 10 (44% complete)

Question 1

If 'KEY' = 41 and 'CAT' = 24, then 'CAR' = ?
Sum of letter positions: KEY = 11+5+25 = 41, CAT = 3+1+20 = 24, CAR = 3+1+18 = 22

Question 2

If 'BAG' = 10 and 'LIP' = 37, then 'PEN' = ?
Sum of letter positions: BAG = 2+1+7 = 10, LIP = 12+9+16 = 37, PEN = 16+5+14 = 35

Question 3

If 'PEN' = 35 and 'CAR' = 22, then 'HAT' = ?
Sum of letter positions: PEN = 16+5+14 = 35, CAR = 3+1+18 = 22, HAT = 8+1+20 = 29

Question 4

If 'FAN' = 21 and 'PEN' = 35, then 'MAP' = ?
Sum of letter positions: FAN = 6+1+14 = 21, PEN = 16+5+14 = 35, MAP = 13+1+16 = 30

Question 5

If 'CAT' = 24 and 'CUP' = 40, then 'BOX' = ?
Sum of letter positions: CAT = 3+1+20 = 24, CUP = 3+21+16 = 40, BOX = 2+15+24 = 41

Question 6

If 'BAG' = 10 and 'BOX' = 41, then 'DOG' = ?
Sum of letter positions: BAG = 2+1+7 = 10, BOX = 2+15+24 = 41, DOG = 4+15+7 = 26

Question 7

If 'BOX' = 41 and 'CAT' = 24, then 'FAN' = ?
Sum of letter positions: BOX = 2+15+24 = 41, CAT = 3+1+20 = 24, FAN = 6+1+14 = 21

Question 8

If 'FAN' = 21 and 'RAT' = 39, then 'PEN' = ?
Sum of letter positions: FAN = 6+1+14 = 21, RAT = 18+1+20 = 39, PEN = 16+5+14 = 35

Question 9

If 'CAT' = 24 and 'CUP' = 40, then 'CAR' = ?
Sum of letter positions: CAT = 3+1+20 = 24, CUP = 3+21+16 = 40, CAR = 3+1+18 = 22

Question 10

If 'CAT' = 24 and 'BUS' = 42, then 'CAR' = ?
Sum of letter positions: CAT = 3+1+20 = 24, BUS = 2+21+19 = 42, CAR = 3+1+18 = 22

Question 11

If 'BOX' = 41 and 'DOG' = 26, then 'HAT' = ?
Sum of letter positions: BOX = 2+15+24 = 41, DOG = 4+15+7 = 26, HAT = 8+1+20 = 29

Question 12

If 'KEY' = 41 and 'CAT' = 24, then 'SUN' = ?
Sum of letter positions: KEY = 11+5+25 = 41, CAT = 3+1+20 = 24, SUN = 19+21+14 = 54

Question 13

If 'SUN' = 54 and 'BOX' = 41, then 'RAT' = ?
Sum of letter positions: SUN = 19+21+14 = 54, BOX = 2+15+24 = 41, RAT = 18+1+20 = 39

Question 14

If 'SUN' = 54 and 'BUS' = 42, then 'CAT' = ?
Sum of letter positions: SUN = 19+21+14 = 54, BUS = 2+21+19 = 42, CAT = 3+1+20 = 24

Question 15

If 'BUS' = 42 and 'FAN' = 21, then 'KEY' = ?
Sum of letter positions: BUS = 2+21+19 = 42, FAN = 6+1+14 = 21, KEY = 11+5+25 = 41

Question 16

If 'RAT' = 39 and 'HAT' = 29, then 'BAG' = ?
Sum of letter positions: RAT = 18+1+20 = 39, HAT = 8+1+20 = 29, BAG = 2+1+7 = 10

Question 17

If 'HAT' = 29 and 'BAG' = 10, then 'DOG' = ?
Sum of letter positions: HAT = 8+1+20 = 29, BAG = 2+1+7 = 10, DOG = 4+15+7 = 26

Question 18

If 'CAR' = 22 and 'CUP' = 40, then 'RAT' = ?
Sum of letter positions: CAR = 3+1+18 = 22, CUP = 3+21+16 = 40, RAT = 18+1+20 = 39

Question 19

If 'LIP' = 37 and 'HAT' = 29, then 'BOX' = ?
Sum of letter positions: LIP = 12+9+16 = 37, HAT = 8+1+20 = 29, BOX = 2+15+24 = 41

Question 20

If 'DOG' = 26 and 'PEN' = 35, then 'CAR' = ?
Sum of letter positions: DOG = 4+15+7 = 26, PEN = 16+5+14 = 35, CAR = 3+1+18 = 22
Previous Worksheet Next Worksheet