easy Set 29 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 16

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

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

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

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

Show answer

Answer: 576

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

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

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

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

Show answer

Answer: 12

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