hard Set 12 Form Exercise

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

Show answer

Answer: 41

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 17

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