hard Set 28 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 128

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