medium Set 40 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 3

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