easy Set 81 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 19

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