medium Set 23 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 268

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 126

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

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

Show answer

Answer: 8

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