hard Set 12 Form Exercise

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

Show answer

Answer: 64

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 73

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