medium Set 21 Form Exercise

Math Maze: Start at 5. Follow the path: +5 → +2 → +5 → ×2. What is the final value?

Show answer

Answer: 34

SubType
math-maze
Difficulty
medium
StartValue
5
Steps
  • {"op":"+","operand":5,"result":10}
  • {"op":"+","operand":2,"result":12}
  • {"op":"+","operand":5,"result":17}
  • {"op":"\u00d7","operand":2,"result":34}
FinalValue
34
PathDescription
Step 1: +5 = 10; Step 2: +2 = 12; Step 3: +5 = 17; Step 4: ×2 = 34

Math Maze: Start at 7. Follow the path: ×2 → ×2 → +1 → -3. What is the final value?

Show answer

Answer: 26

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"\u00d7","operand":2,"result":28}
  • {"op":"+","operand":1,"result":29}
  • {"op":"-","operand":3,"result":26}
FinalValue
26
PathDescription
Step 1: ×2 = 14; Step 2: ×2 = 28; Step 3: +1 = 29; Step 4: -3 = 26

Math Maze: Start at 8. Follow the path: ×4 → +2 → -18 → -8. What is the final value?

Show answer

Answer: 8

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"+","operand":2,"result":34}
  • {"op":"-","operand":18,"result":16}
  • {"op":"-","operand":8,"result":8}
FinalValue
8
PathDescription
Step 1: ×4 = 32; Step 2: +2 = 34; Step 3: -18 = 16; Step 4: -8 = 8

Math Maze: Start at 4. Follow the path: +6 → +7 → -1 → +2. What is the final value?

Show answer

Answer: 18

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"+","operand":6,"result":10}
  • {"op":"+","operand":7,"result":17}
  • {"op":"-","operand":1,"result":16}
  • {"op":"+","operand":2,"result":18}
FinalValue
18
PathDescription
Step 1: +6 = 10; Step 2: +7 = 17; Step 3: -1 = 16; Step 4: +2 = 18

Math Maze: Start at 3. Follow the path: +4 → +1 → -7 → -1. What is the final value?

SubType
math-maze
Difficulty
medium
StartValue
3
Steps
  • {"op":"+","operand":4,"result":7}
  • {"op":"+","operand":1,"result":8}
  • {"op":"-","operand":7,"result":1}
  • {"op":"-","operand":1,"result":0}
FinalValue
0
PathDescription
Step 1: +4 = 7; Step 2: +1 = 8; Step 3: -7 = 1; Step 4: -1 = 0

Math Maze: Start at 7. Follow the path: -5 → -1 → +6 → -4. What is the final value?

Show answer

Answer: 3

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"-","operand":5,"result":2}
  • {"op":"-","operand":1,"result":1}
  • {"op":"+","operand":6,"result":7}
  • {"op":"-","operand":4,"result":3}
FinalValue
3
PathDescription
Step 1: -5 = 2; Step 2: -1 = 1; Step 3: +6 = 7; Step 4: -4 = 3

Math Maze: Start at 9. Follow the path: ×2 → +6 → ×4 → +7. What is the final value?

Show answer

Answer: 103

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"+","operand":6,"result":24}
  • {"op":"\u00d7","operand":4,"result":96}
  • {"op":"+","operand":7,"result":103}
FinalValue
103
PathDescription
Step 1: ×2 = 18; Step 2: +6 = 24; Step 3: ×4 = 96; Step 4: +7 = 103

Math Maze: Start at 1. Follow the path: ×2 → -1 → +8 → +10. What is the final value?

Show answer

Answer: 19

SubType
math-maze
Difficulty
medium
StartValue
1
Steps
  • {"op":"\u00d7","operand":2,"result":2}
  • {"op":"-","operand":1,"result":1}
  • {"op":"+","operand":8,"result":9}
  • {"op":"+","operand":10,"result":19}
FinalValue
19
PathDescription
Step 1: ×2 = 2; Step 2: -1 = 1; Step 3: +8 = 9; Step 4: +10 = 19