medium Set 61 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 1

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