medium Set 37 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 22

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