easy Set 76 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 129

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 11

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