hard Set 21 Form Exercise

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

Show answer

Answer: 206

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 126

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 22

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