medium Set 36 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 26

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