medium Set 21 Form Exercise

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

Show answer

Answer: 66

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"+","operand":8,"result":24}
  • {"op":"-","operand":2,"result":22}
  • {"op":"\u00d7","operand":3,"result":66}
FinalValue
66
PathDescription
Step 1: ×4 = 16; Step 2: +8 = 24; Step 3: -2 = 22; Step 4: ×3 = 66

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

Show answer

Answer: 133

SubType
math-maze
Difficulty
medium
StartValue
3
Steps
  • {"op":"+","operand":8,"result":11}
  • {"op":"\u00d7","operand":4,"result":44}
  • {"op":"\u00d7","operand":3,"result":132}
  • {"op":"+","operand":1,"result":133}
FinalValue
133
PathDescription
Step 1: +8 = 11; Step 2: ×4 = 44; Step 3: ×3 = 132; Step 4: +1 = 133

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

Show answer

Answer: 45

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 4

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