easy Set 60 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 2

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

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

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 18

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