hard Set 45 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 98

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

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

Show answer

Answer: 124

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

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

Show answer

Answer: 117

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 32

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":5,"result":14}
  • {"op":"+","operand":4,"result":18}
  • {"op":"+","operand":10,"result":28}
  • {"op":"+","operand":1,"result":29}
  • {"op":"+","operand":3,"result":32}
FinalValue
32
PathDescription
Step 1: +5 = 14; Step 2: +4 = 18; Step 3: +10 = 28; Step 4: +1 = 29; Step 5: +3 = 32