hard Set 64 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 200

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

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

Show answer

Answer: -6

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

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

Show answer

Answer: 11

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