medium Set 33 Form Exercise

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

Show answer

Answer: 129

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 48

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

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

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

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

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

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

Show answer

Answer: 324

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 3

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