easy Set 32 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 135

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