medium Set 67 Form Exercise

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

Show answer

Answer: 62

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 19

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

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

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

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

Show answer

Answer: -1

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