medium Set 34 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 13

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