hard Set 70 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 2

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