easy Set 41 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 32

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