hard Set 56 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 51

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"+","operand":8,"result":13}
  • {"op":"+","operand":9,"result":22}
  • {"op":"\u00d7","operand":4,"result":88}
  • {"op":"-","operand":27,"result":61}
  • {"op":"-","operand":10,"result":51}
FinalValue
51
PathDescription
Step 1: +8 = 13; Step 2: +9 = 22; Step 3: ×4 = 88; Step 4: -27 = 61; Step 5: -10 = 51

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

Show answer

Answer: 48

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

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

Show answer

Answer: 101

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

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

Show answer

Answer: 221

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"\u00d7","operand":4,"result":12}
  • {"op":"+","operand":9,"result":21}
  • {"op":"\u00d7","operand":4,"result":84}
  • {"op":"\u00d7","operand":4,"result":336}
  • {"op":"-","operand":115,"result":221}
FinalValue
221
PathDescription
Step 1: ×4 = 12; Step 2: +9 = 21; Step 3: ×4 = 84; Step 4: ×4 = 336; Step 5: -115 = 221

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

Show answer

Answer: 10

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

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

Show answer

Answer: 15

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"\u00d7","operand":2,"result":8}
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"+","operand":5,"result":29}
  • {"op":"-","operand":13,"result":16}
  • {"op":"-","operand":1,"result":15}
FinalValue
15
PathDescription
Step 1: ×2 = 8; Step 2: ×3 = 24; Step 3: +5 = 29; Step 4: -13 = 16; Step 5: -1 = 15

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

Show answer

Answer: 97

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"-","operand":2,"result":8}
  • {"op":"+","operand":4,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
  • {"op":"\u00d7","operand":3,"result":144}
  • {"op":"-","operand":47,"result":97}
FinalValue
97
PathDescription
Step 1: -2 = 8; Step 2: +4 = 12; Step 3: ×4 = 48; Step 4: ×3 = 144; Step 5: -47 = 97