easy Set 21 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 11

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