easy Set 34 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 10

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