medium Set 17 Form Exercise

Math Maze: Start at 9. Follow the path: ×2 → -5 → -7 → ×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":5,"result":13}
  • {"op":"-","operand":7,"result":6}
  • {"op":"\u00d7","operand":3,"result":18}
FinalValue
18
PathDescription
Step 1: ×2 = 18; Step 2: -5 = 13; Step 3: -7 = 6; Step 4: ×3 = 18

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

Show answer

Answer: 12

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 17

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