easy Set 26 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 3

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