hard Set 24 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 82

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