easy Set 24 Form Exercise

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

Show answer

Answer: 32

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 3

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

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

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

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

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 8

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