easy Set 97 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 160

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

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

Show answer

Answer: 132

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