hard Set 49 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 40

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

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

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