easy Set 73 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 117

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

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

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