easy Set 72 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 15

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