easy Set 84 Form Exercise

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

Show answer

Answer: 25

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 21

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