hard Set 22 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 183

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

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

Show answer

Answer: 167

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

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

Show answer

Answer: 54

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