medium Set 31 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 152

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 5

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