easy Set 32 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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