medium Set 54 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 123

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 384

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