hard Set 100 Form Exercise

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

Show answer

Answer: 25

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 58

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