hard Set 13 Form Exercise

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

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

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

Show answer

Answer: 176

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 184

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 430

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