medium Set 38 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 172

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