easy Set 23 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 11

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