easy Set 75 Form Exercise

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

Show answer

Answer: 8

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

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

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 117

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