easy Set 40 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 480

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