hard Set 21 Form Exercise

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

Show answer

Answer: 32

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 524

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"\u00d7","operand":2,"result":80}
  • {"op":"\u00d7","operand":4,"result":320}
  • {"op":"\u00d7","operand":2,"result":640}
  • {"op":"-","operand":116,"result":524}
FinalValue
524
PathDescription
Step 1: ×4 = 40; Step 2: ×2 = 80; Step 3: ×4 = 320; Step 4: ×2 = 640; Step 5: -116 = 524

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

Show answer

Answer: -1

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

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

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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":6,"result":4}
  • {"op":"-","operand":3,"result":1}
FinalValue
1
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: -1 = -2; Step 4: +6 = 4; Step 5: -3 = 1

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

Show answer

Answer: 11

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