medium Set 22 Form Exercise

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

Show answer

Answer: -2

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

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

Show answer

Answer: 76

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

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

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: -1

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