easy Set 32 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 5

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