easy Set 66 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 14

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

Math Maze: Start at 2. Follow the path: -1 → -1 → ×4. 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":4,"result":0}
FinalValue
0
PathDescription
Step 1: -1 = 1; Step 2: -1 = 0; Step 3: ×4 = 0

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

Show answer

Answer: 24

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 11

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