medium Set 55 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 60

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