hard Set 12 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 512

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

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

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

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

Show answer

Answer: 2

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