medium Set 17 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 172

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 408

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

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

Show answer

Answer: 5

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