medium Set 31 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 67

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 4

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