medium Set 59 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 11

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