easy Set 52 Form Exercise

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

Show answer

Answer: 42

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 26

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

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

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 21

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