hard Set 15 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 58

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"\u00d7","operand":4,"result":128}
  • {"op":"\u00d7","operand":2,"result":256}
  • {"op":"-","operand":62,"result":194}
  • {"op":"-","operand":136,"result":58}
FinalValue
58
PathDescription
Step 1: ×4 = 32; Step 2: ×4 = 128; Step 3: ×2 = 256; Step 4: -62 = 194; Step 5: -136 = 58

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

Show answer

Answer: 14

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 5

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":1,"result":-1}
  • {"op":"+","operand":6,"result":5}
FinalValue
5
PathDescription
Step 1: -1 = 0; Step 2: +1 = 1; Step 3: -1 = 0; Step 4: -1 = -1; Step 5: +6 = 5