hard Set 52 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 24

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