easy Set 34 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 1

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