medium Set 63 Form Exercise

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

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 10

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

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

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