hard Set 84 Form Exercise

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

Show answer

Answer: 60

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 222

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

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

Show answer

Answer: 143

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 5

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