easy Set 87 Form Exercise

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

Show answer

Answer: 25

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 5

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