easy Set 26 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 4

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