medium Set 76 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 30

SubType
math-maze
Difficulty
medium
StartValue
3
Steps
  • {"op":"+","operand":10,"result":13}
  • {"op":"+","operand":6,"result":19}
  • {"op":"+","operand":9,"result":28}
  • {"op":"+","operand":2,"result":30}
FinalValue
30
PathDescription
Step 1: +10 = 13; Step 2: +6 = 19; Step 3: +9 = 28; Step 4: +2 = 30

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

Show answer

Answer: 42

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 5

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