hard Set 19 Form Exercise

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

Show answer

Answer: -4

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":1,"result":-2}
  • {"op":"\u00d7","operand":2,"result":-4}
FinalValue
-4
PathDescription
Step 1: -3 = 1; Step 2: -1 = 0; Step 3: -1 = -1; Step 4: -1 = -2; Step 5: ×2 = -4

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

Show answer

Answer: 6

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 243

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 61

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