medium Set 39 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 117

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 14

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