easy Set 38 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 11

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

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

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

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

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 53

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