easy Set 82 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 26

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