hard Set 31 Form Exercise

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

Show answer

Answer: -2

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 552

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