hard Set 26 Form Exercise

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

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 352

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 36

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