easy Set 93 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 39

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