hard Set 52 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 60

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

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

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 126

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