medium Set 97 Form Exercise

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

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 1

SubType
math-maze
Difficulty
medium
StartValue
5
Steps
  • {"op":"-","operand":1,"result":4}
  • {"op":"+","operand":10,"result":14}
  • {"op":"-","operand":11,"result":3}
  • {"op":"-","operand":2,"result":1}
FinalValue
1
PathDescription
Step 1: -1 = 4; Step 2: +10 = 14; Step 3: -11 = 3; Step 4: -2 = 1

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

Show answer

Answer: 56

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 14

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"\u00d7","operand":3,"result":48}
  • {"op":"-","operand":15,"result":33}
  • {"op":"-","operand":19,"result":14}
FinalValue
14
PathDescription
Step 1: ×4 = 16; Step 2: ×3 = 48; Step 3: -15 = 33; Step 4: -19 = 14