medium Set 14 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 176

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 136

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"+","operand":1,"result":9}
  • {"op":"+","operand":8,"result":17}
  • {"op":"\u00d7","operand":2,"result":34}
  • {"op":"\u00d7","operand":4,"result":136}
FinalValue
136
PathDescription
Step 1: +1 = 9; Step 2: +8 = 17; Step 3: ×2 = 34; Step 4: ×4 = 136

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

Show answer

Answer: 11

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"+","operand":6,"result":24}
  • {"op":"+","operand":7,"result":31}
  • {"op":"-","operand":20,"result":11}
FinalValue
11
PathDescription
Step 1: ×2 = 18; Step 2: +6 = 24; Step 3: +7 = 31; Step 4: -20 = 11