medium Set 15 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 72

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