hard Set 16 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 119

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 2

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