easy Set 55 Form Exercise

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

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 22

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

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

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 13

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

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

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