medium Set 75 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 16

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