medium Set 61 Form Exercise

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

Show answer

Answer: 396

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

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

Show answer

Answer: 256

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 32

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