medium Set 32 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 228

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

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

Show answer

Answer: 312

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