easy Set 23 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 9

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