hard Set 31 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 4

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