hard Set 78 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 141

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 416

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 39

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