hard Set 67 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 328

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 2

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

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

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