easy Set 41 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 66

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