hard Set 26 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1152

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 42

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