easy Set 72 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 12

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