medium Set 50 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 34

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