hard Set 21 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 13

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