easy Set 83 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 22

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