medium Set 81 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 148

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 124

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

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

Show answer

Answer: 128

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