easy Set 68 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 336

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

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

Show answer

Answer: 3

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