hard Set 69 Form Exercise

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

Show answer

Answer: 14

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":9,"result":18}
  • {"op":"-","operand":2,"result":16}
  • {"op":"+","operand":9,"result":25}
  • {"op":"+","operand":6,"result":31}
  • {"op":"-","operand":17,"result":14}
FinalValue
14
PathDescription
Step 1: +9 = 18; Step 2: -2 = 16; Step 3: +9 = 25; Step 4: +6 = 31; Step 5: -17 = 14

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"\u00d7","operand":3,"result":18}
  • {"op":"\u00d7","operand":3,"result":54}
  • {"op":"\u00d7","operand":4,"result":216}
  • {"op":"+","operand":7,"result":223}
  • {"op":"-","operand":213,"result":10}
FinalValue
10
PathDescription
Step 1: ×3 = 18; Step 2: ×3 = 54; Step 3: ×4 = 216; Step 4: +7 = 223; Step 5: -213 = 10

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

Show answer

Answer: 4

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 14

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":8,"result":18}
  • {"op":"\u00d7","operand":2,"result":36}
  • {"op":"\u00d7","operand":3,"result":108}
  • {"op":"+","operand":3,"result":111}
  • {"op":"-","operand":97,"result":14}
FinalValue
14
PathDescription
Step 1: +8 = 18; Step 2: ×2 = 36; Step 3: ×3 = 108; Step 4: +3 = 111; Step 5: -97 = 14

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

Show answer

Answer: 14

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