hard Set 12 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 134

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":9,"result":19}
  • {"op":"+","operand":10,"result":29}
  • {"op":"\u00d7","operand":4,"result":116}
  • {"op":"\u00d7","operand":4,"result":464}
  • {"op":"-","operand":330,"result":134}
FinalValue
134
PathDescription
Step 1: +9 = 19; Step 2: +10 = 29; Step 3: ×4 = 116; Step 4: ×4 = 464; Step 5: -330 = 134

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

Show answer

Answer: 38

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

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

Show answer

Answer: 166

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"\u00d7","operand":2,"result":54}
  • {"op":"\u00d7","operand":3,"result":162}
  • {"op":"+","operand":2,"result":164}
  • {"op":"+","operand":2,"result":166}
FinalValue
166
PathDescription
Step 1: ×3 = 27; Step 2: ×2 = 54; Step 3: ×3 = 162; Step 4: +2 = 164; Step 5: +2 = 166

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

Show answer

Answer: 3

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 13

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