hard Set 28 Form Exercise

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

Show answer

Answer: 45

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

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

Show answer

Answer: 648

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 5

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