hard Set 91 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: 16

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