medium Set 53 Form Exercise

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

Show answer

Answer: 128

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 104

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