easy Set 94 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 8

SubType
math-maze
Difficulty
easy
StartValue
8
Steps
  • {"op":"+","operand":6,"result":14}
  • {"op":"+","operand":9,"result":23}
  • {"op":"-","operand":15,"result":8}
FinalValue
8
PathDescription
Step 1: +6 = 14; Step 2: +9 = 23; Step 3: -15 = 8

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

Show answer

Answer: 8

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 19

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