hard Set 97 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 8

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