medium Set 49 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: -1

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