easy Set 67 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 21

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