hard Set 96 Form Exercise

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

Show answer

Answer: 51

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

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

Show answer

Answer: 108

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"-","operand":4,"result":2}
  • {"op":"\u00d7","operand":4,"result":8}
  • {"op":"+","operand":10,"result":18}
  • {"op":"\u00d7","operand":2,"result":36}
  • {"op":"\u00d7","operand":3,"result":108}
FinalValue
108
PathDescription
Step 1: -4 = 2; Step 2: ×4 = 8; Step 3: +10 = 18; Step 4: ×2 = 36; Step 5: ×3 = 108

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

Show answer

Answer: 3

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 128

SubType
math-maze
Difficulty
hard
StartValue
1
Steps
  • {"op":"-","operand":1,"result":0}
  • {"op":"+","operand":10,"result":10}
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"+","operand":2,"result":32}
  • {"op":"\u00d7","operand":4,"result":128}
FinalValue
128
PathDescription
Step 1: -1 = 0; Step 2: +10 = 10; Step 3: ×3 = 30; Step 4: +2 = 32; Step 5: ×4 = 128

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

Show answer

Answer: 120

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":9,"result":16}
  • {"op":"+","operand":5,"result":21}
  • {"op":"\u00d7","operand":2,"result":42}
  • {"op":"-","operand":12,"result":30}
  • {"op":"\u00d7","operand":4,"result":120}
FinalValue
120
PathDescription
Step 1: +9 = 16; Step 2: +5 = 21; Step 3: ×2 = 42; Step 4: -12 = 30; Step 5: ×4 = 120