hard Set 21 Form Exercise

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

Show answer

Answer: 270

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 562

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 132

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

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

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