medium Set 20 Form Exercise

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

Show answer

Answer: 55

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 9

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