easy Set 48 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 8

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