medium Set 75 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 89

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 11

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