hard Set 24 Form Exercise

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

Show answer

Answer: 1536

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

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

Show answer

Answer: 126

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 432

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

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

Show answer

Answer: 27

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

Math Maze: Start at 10. Follow the path: +2 → -9 → +7 → +9 → -15. What is the final value?

Show answer

Answer: 4

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