hard Set 52 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 60

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