medium Set 95 Form Exercise

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

Show answer

Answer: 35

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 15

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

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

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 22

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