medium Set 22 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 91

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 52

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