medium Set 34 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 7

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":6,"result":7}
FinalValue
7
PathDescription
Step 1: -4 = 2; Step 2: ×2 = 4; Step 3: -3 = 1; Step 4: +6 = 7

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

Show answer

Answer: 9

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 486

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 48

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