hard Set 76 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 97

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

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

Show answer

Answer: 4

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