hard Set 65 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 6

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