hard Set 35 Form Exercise

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

Show answer

Answer: 53

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 41

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