easy Set 36 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 2

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