hard Set 68 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 10

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"-","operand":1,"result":3}
  • {"op":"\u00d7","operand":4,"result":12}
  • {"op":"\u00d7","operand":3,"result":36}
  • {"op":"-","operand":22,"result":14}
  • {"op":"-","operand":4,"result":10}
FinalValue
10
PathDescription
Step 1: -1 = 3; Step 2: ×4 = 12; Step 3: ×3 = 36; Step 4: -22 = 14; Step 5: -4 = 10

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

Show answer

Answer: 352

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 2

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