hard Set 100 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 6

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