hard Set 12 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 36

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

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

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

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

Show answer

Answer: 2592

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"\u00d7","operand":3,"result":72}
  • {"op":"\u00d7","operand":3,"result":216}
  • {"op":"\u00d7","operand":4,"result":864}
  • {"op":"\u00d7","operand":3,"result":2592}
FinalValue
2592
PathDescription
Step 1: ×3 = 24; Step 2: ×3 = 72; Step 3: ×3 = 216; Step 4: ×4 = 864; Step 5: ×3 = 2592

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

Show answer

Answer: 216

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"-","operand":1,"result":3}
  • {"op":"\u00d7","operand":3,"result":9}
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"\u00d7","operand":3,"result":108}
  • {"op":"\u00d7","operand":2,"result":216}
FinalValue
216
PathDescription
Step 1: -1 = 3; Step 2: ×3 = 9; Step 3: ×4 = 36; Step 4: ×3 = 108; Step 5: ×2 = 216