hard Set 33 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 117

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 8

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