hard Set 24 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 768

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

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

Show answer

Answer: 402

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: 162

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