medium Set 51 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 152

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 26

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

Math Maze: Start at 1. Follow the path: -1 → ×2 → ×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":2,"result":0}
  • {"op":"\u00d7","operand":2,"result":0}
  • {"op":"-","operand":1,"result":-1}
FinalValue
-1
PathDescription
Step 1: -1 = 0; Step 2: ×2 = 0; Step 3: ×2 = 0; Step 4: -1 = -1