easy Set 88 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 73

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

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

Show answer

Answer: 2

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