easy Set 82 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 44

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