easy Set 30 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 12

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