easy Set 97 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 160

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 17

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