medium Set 67 Form Exercise

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

Show answer

Answer: 37

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 147

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 28

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