medium Set 31 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: -1

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

Math Maze: Start at 10. Follow the path: -6 → ×4 → -10 → ×3. What is the final value?

Show answer

Answer: 18

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

Math Maze: Start at 6. Follow the path: ×4 → ×3 → ×4 → ×3. What is the final value?

Show answer

Answer: 864

SubType
math-maze
Difficulty
medium
StartValue
6
Steps
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":3,"result":72}
  • {"op":"\u00d7","operand":4,"result":288}
  • {"op":"\u00d7","operand":3,"result":864}
FinalValue
864
PathDescription
Step 1: ×4 = 24; Step 2: ×3 = 72; Step 3: ×4 = 288; Step 4: ×3 = 864

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

Show answer

Answer: 30

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

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

Show answer

Answer: 48

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