easy Set 55 Form Exercise

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

Show answer

Answer: 32

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 2

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