easy Set 37 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: -1

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