hard Set 81 Form Exercise

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

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 208

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 46

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