medium Set 67 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 10

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

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

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 30

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