medium Set 26 Form Exercise

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

Show answer

Answer: 132

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

Math Maze: Start at 4. Follow the path: ×4 → ×4 → -13 → -19. What is the final value?

Show answer

Answer: 32

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"\u00d7","operand":4,"result":64}
  • {"op":"-","operand":13,"result":51}
  • {"op":"-","operand":19,"result":32}
FinalValue
32
PathDescription
Step 1: ×4 = 16; Step 2: ×4 = 64; Step 3: -13 = 51; Step 4: -19 = 32

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

Show answer

Answer: 176

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 45

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