easy Set 74 Form Exercise

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

Show answer

Answer: 22

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 9

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