easy Set 48 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 10

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