hard Set 26 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 369

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