hard Set 100 Form Exercise

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

Show answer

Answer: 165

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 3

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

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

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