hard Set 32 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 228

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 18

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