hard Set 52 Form Exercise

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

Show answer

Answer: 41

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1536

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

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

Show answer

Answer: 90

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