easy Set 66 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 11

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