easy Set 24 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 8

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