hard Set 54 Form Exercise

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

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 340

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 158

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

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

Show answer

Answer: 354

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

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

Show answer

Answer: 53

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