medium Set 96 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 1

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