medium Set 56 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 17

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