hard Set 37 Form Exercise

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

Show answer

Answer: -2

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 225

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 19

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