hard Set 11 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 260

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