medium Set 19 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 19

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

Math Maze: Start at 6. Follow the path: ×4 → ×4 → -44 → -40. What is the final value?

Show answer

Answer: 12

SubType
math-maze
Difficulty
medium
StartValue
6
Steps
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":4,"result":96}
  • {"op":"-","operand":44,"result":52}
  • {"op":"-","operand":40,"result":12}
FinalValue
12
PathDescription
Step 1: ×4 = 24; Step 2: ×4 = 96; Step 3: -44 = 52; Step 4: -40 = 12

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

Show answer

Answer: 36

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

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

Show answer

Answer: 44

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

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

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