hard Set 97 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 228

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: -24

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 5

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