easy Set 96 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: -4

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