medium Set 36 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 201

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 87

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

Math Maze: Start at 8. Follow the path: -7 → -1 → +1 → +10. What is the final value?

Show answer

Answer: 11

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

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

Show answer

Answer: 12

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