hard Set 70 Form Exercise

Math Maze: Start at 1. Follow the path: -1 → -1 → +5 → -2 → -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":5,"result":4}
  • {"op":"-","operand":2,"result":2}
  • {"op":"-","operand":1,"result":1}
FinalValue
1
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: +5 = 4; Step 4: -2 = 2; Step 5: -1 = 1

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

Show answer

Answer: 30

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 14

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