hard Set 55 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 451

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 44

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