easy Set 35 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 9

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