hard Set 33 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 6

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