hard Set 96 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 84

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":2,"result":20}
  • {"op":"-","operand":1,"result":19}
  • {"op":"\u00d7","operand":4,"result":76}
  • {"op":"-","operand":55,"result":21}
  • {"op":"\u00d7","operand":4,"result":84}
FinalValue
84
PathDescription
Step 1: ×2 = 20; Step 2: -1 = 19; Step 3: ×4 = 76; Step 4: -55 = 21; Step 5: ×4 = 84