easy Set 37 Form Exercise

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

Show answer

Answer: 8

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

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 10. Follow the path: +4 → +8 → ×4. What is the final value?

Show answer

Answer: 88

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 9

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