medium Set 59 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 30

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

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

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 89

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

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

Show answer

Answer: 1008

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