easy Set 82 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 164

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 8

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