medium Set 38 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1152

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

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

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

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

Show answer

Answer: 2

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