easy Set 64 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 86

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 8

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

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

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