hard Set 18 Form Exercise

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

Show answer

Answer: 22

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

Math Maze: Start at 6. Follow the path: +10 → +3 → +8 → -16 → +3. What is the final value?

Show answer

Answer: 14

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

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

Show answer

Answer: -8

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

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