easy Set 83 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 118

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 216

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