hard Set 87 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 11

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"+","operand":9,"result":23}
  • {"op":"\u00d7","operand":4,"result":92}
  • {"op":"+","operand":3,"result":95}
  • {"op":"-","operand":84,"result":11}
FinalValue
11
PathDescription
Step 1: ×2 = 14; Step 2: +9 = 23; Step 3: ×4 = 92; Step 4: +3 = 95; Step 5: -84 = 11

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

Show answer

Answer: 324

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":10,"result":20}
  • {"op":"\u00d7","operand":2,"result":40}
  • {"op":"\u00d7","operand":4,"result":160}
  • {"op":"\u00d7","operand":2,"result":320}
  • {"op":"+","operand":4,"result":324}
FinalValue
324
PathDescription
Step 1: +10 = 20; Step 2: ×2 = 40; Step 3: ×4 = 160; Step 4: ×2 = 320; Step 5: +4 = 324

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

Show answer

Answer: 6

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"\u00d7","operand":2,"result":8}
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"+","operand":6,"result":38}
  • {"op":"-","operand":21,"result":17}
  • {"op":"-","operand":11,"result":6}
FinalValue
6
PathDescription
Step 1: ×2 = 8; Step 2: ×4 = 32; Step 3: +6 = 38; Step 4: -21 = 17; Step 5: -11 = 6

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

Show answer

Answer: 44

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"+","operand":9,"result":23}
  • {"op":"\u00d7","operand":3,"result":69}
  • {"op":"+","operand":5,"result":74}
  • {"op":"-","operand":30,"result":44}
FinalValue
44
PathDescription
Step 1: ×2 = 14; Step 2: +9 = 23; Step 3: ×3 = 69; Step 4: +5 = 74; Step 5: -30 = 44

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

Show answer

Answer: 32

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

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

Show answer

Answer: 34

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