hard Set 40 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 3

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

Math Maze: Start at 6. Follow the path: -4 → -1 → -1 → ×4 → -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":4,"result":0}
  • {"op":"-","operand":1,"result":-1}
FinalValue
-1
PathDescription
Step 1: -4 = 2; Step 2: -1 = 1; Step 3: -1 = 0; Step 4: ×4 = 0; Step 5: -1 = -1

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

Show answer

Answer: 15

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 37

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