easy Set 97 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 14

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