hard Set 39 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 7

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