hard Set 15 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 4

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