hard Set 45 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 256

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