easy Set 16 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 336

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 66

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