easy Set 66 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 24

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

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

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 5

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