hard Set 51 Form Exercise

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

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

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

Show answer

Answer: 219

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 176

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

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

Show answer

Answer: 256

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

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

Show answer

Answer: 5

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