medium Set 97 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 24

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