easy Set 84 Form Exercise

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

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 96

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