easy Set 94 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 87

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 160

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

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

Show answer

Answer: 180

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